rate profile change

How do I change "rate profile" that appears on profiles to something else. Ive looked through the posts and googled and cant find anything.

Also how would I edit the action menu that appears on profiles as I would want to delete the profile music entry.

Quote · 4 Oct 2009

Rate Profile -> Settings/Languages Settings and search after _rate profile

Action Menu -> open file templates/base/scripts/BxBaseProfileView.php

and look after function showBlockActionsMenu( $sCaption, $bNoDB = false )

(simply hide the line, add // before the line and it's gone, like I have done bellow)

//$ret .= $oTemplMenu -> getActionsMenuItem( 'action_music.gif', $this->getLinkStat('prMusic', _t('_ProfileMusic'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'mp3', 'player', '$profileID', '" . getPassword( $memberID ) . "', '$memberID');");

Quote · 4 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.