Skip to Content Skip to Menu

Hiding the text "Your Playlist URL:

  • GUEST
17 years 7 months ago #33960 by
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

Please Log in or Create an account to join the conversation.

  • pointri
  • pointri
  • OFFLINE
  • Posts: 118
  • Thanks: 0
  • Karma: 27
17 years 7 months ago #33967 by pointri
Replied by pointri on topic Re:Hiding the text "Your Playlist URL:
Hmm...is that the beta that I released on the old JoomlaForge?

All you'd have to do is just comment out that bracket, just like this...

[code:1]/*
if ($isME && $pm) {
$playlist = $pm."/".$user->id.".xml";
$return = _UE_XSPF_PLAYLIST_URL."<a href=\"".$playlist."\"target=\"_blank\">".$playlist."</a><br />";
}
*/[/code:1]

Post edited by: pointri, at: 2007/03/20 16:32

Joomlapolitan zealot and a somewhat stealthy, rather passive CB3PD developer.
www.constructionlounge.com Construction Lounge: Online resource and networking portal for the construction and remodeling industries.

Please Log in or Create an account to join the conversation.

  • youngarmy
  • youngarmy
  • OFFLINE
  • Posts: 24
  • Thanks: 0
  • Karma: 0
17 years 5 months ago #37645 by youngarmy
Replied by youngarmy on topic Re:Hiding the text "Your Playlist URL:
Where can I download your XSPF Player ?

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum