So I'm looking through what is available in dolphin, and I desire to have special profile functions for different levels of accounts.
For instance, user A is a premium user, and can thus choose to list their "special title" in their profile.
User B is a standard user, and a special title edit option wont appear. In fact, neither will it show in his profile when viewed by user A, B, and C.
eg "special title: not set". in the profile information
I am perfectly capable in mysql and php to do the programming work, so I'm looking for guidance on how to go about it.
If the only option is to edit a core file, that is ok. Which file/s?
If writing a module to provide this sort of functionality is feasible, GREAT! Help me get started by maybe mentioning a couple functions I will need to hook into. I've written plugins for wordpress, so i am at least familiar with the concept in going about it.
Thank you for your time guys.