When viewing a person profile, there's an "ACTIONS" box. And within it is a "Profile Music" link. How do I remove that?
When viewing a person profile, there's an "ACTIONS" box. And within it is a "Profile Music" link. How do I remove that? |
Comment them out in templates/base/scripts/BxBaseProfileView.php |
Remove it through dolphin admin panel. This would be better. ---- |
Thanks, |
You are welcome. For dolphin help and support visit http://www.dolphinpros.com ---- |
Praveenkv, could you clarify exactly where this is done in the admin panel? I didn't realize it was possible to change the actions menu there. Thanks. |
I am sorry. I apologize for the wrong post. I thought that as the block. Open the file "templates/base/scripts/BxBaseProfileView.php" Find the line 381 and comment it. That will fix your problem. $ret .= $oTemplMenu -> getActionsMenuItem( 'action_music.gif', $this->getLinkStat('prMusic', _t('_ProfileMusic'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'mp3', 'player', '$profileID', '" . getPassword( $memberID ) . "', '$memberID');"); ---- |
thanks praveenkv1988 same problem of mine and i fix it. |