First, this tab is GREAT! It is better than ones I have tried from PHPFOX (who) and PHPIZABI, making better use of the player's potential. Thank you everyone who has contributed.
I'm getting to grips with it and I would like to know how to stop the text "Your Playlist URL:
www.mydomain
etc" being displayed on the tab. I think that "manage my playlist" is enough. The text comes from these lines in MP3tab.php:
if ($isME) {
$playlist = $pm."/".$user->id.".xml";
$return = _UE_XSPF_PLAYLIST_URL."<a href=\"".$playlist."\"target=\"_blank\">".$playlist."</a><br />";
Obviously the information is required by the system but it does not have to be read by the user. I'm not a php coder and dare not get rid of it, so, how to hide it, anybody, please?
thanks
adrian