I'm fairly new to Dolphin development, so my apologies if this is documented somewhere.
I am in the process of creating a new Dolphin (7) module and would like to add a new action button on the user profile page (where the "subscribe" etc button is).
From this document: http://www.boonex.com/trac/dolphin/wiki/DolModDev , I understand that I should look into BxBaseFunctions::genObjectsActions and BxBaseMenu::setCustomSubActions. I have looked at these functions, but I'll be honest, I have no idea how I should use them.
Any help on how to use these functions will be greatly appreciated!