Hi.
I want to remove the profile music player because it does not look good.
But, there is not any way for the user too see his uploades profile music!
So i am trying to make a link that pop the users profile media player. The code below is from functions.php and pops up the profile music player from another members profile. ( Profile Music (2) )
$ret .= $oTemplMenu -> getActionsMenuItem( 'action_music.gif', $this->getLinkStat('prMusic', _t('_ProfileMusic'), $profileID), "javascript:void(0);", '', '', "openRayWidget( 'mp3', 'player', '$profileID', '" . getPassword( $memberID ) . "', '$memberID');");