I'm getting crazy trying to solve this: In a profile view from one user to another, how can I edit the actions, to get rid of things like "fave" or "ahare".
Couldn't find any documentation on this.
Thanks,
Dirk
I'm getting crazy trying to solve this: In a profile view from one user to another, how can I edit the actions, to get rid of things like "fave" or "ahare".
Couldn't find any documentation on this.
Thanks, Dirk |
For the profile view page. Edit the BxBaseProfileView.php page. (/templates/base/scripts/)
Find the function showBlockActionsmenu()
Down about 30 lines from the start of the function you can make out how the links are displayed and edit them accordingly.
Hope that helps. |
For the profile view page. Edit the BxBaseProfileView.php page. (/templates/base/scripts/)
Find the function showBlockActionsmenu()
Down about 30 lines from the start of the function you can make out how the links are displayed and edit them accordingly.
Hope that helps. AWESOME!!!
Thanks a bunch!!!
I deleted the according action items and it works smoothly!
|
Same problem, different section:
In the users "search" function a different action section (Greeting, Contact, Fave) pops up, if the users are not yet friend with each other the option "Fave" shows up again. I want to get rid of "Fave" here, too.
I can't find the according script, it's none of all BXBase scripts. Any help?
Thanks, Dirk
|