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');");