homejoomlablogministries
articles
guides
tutorials
all
forum
Subscribe in NewsGator Online

Learning Joomla! for the first time? Buy the Joomla! 1.5 Essential training CD-ROM or watch it on Lynda.com.

 

Welcome to Joseph LeBlanc's Joomla development forum. This forum is primairly intended to discuss the development of components I've authored, such as the podcasting suite and Daily Message tutorial. Although I happily answer general questions about Joomla, you may get quicker answers by searching the Joomla forums.

Due to spam abuse, you must register to post in the forums. However, you are allowed to browse the forums without registration. Commercially-oriented, off-topic messages are $100 per word, thank you for understanding!






FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Remove "Hideout XSPF Music Player"?? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Remove "Hideout XSPF Music Player"??
#2860
dallasbpeters (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Remove "Hideout XSPF Music Player"?? 10 Months, 2 Weeks ago Karma: 0  
Wanting to use the player on a site we are developing. Trying to thumb though the code to remove the credits from the player. Was reading on the creators site and it seems that you can set that parameter through info_button_text??? CAn't seem to find where you are setting those parameters in the component, or the plugin.

Any help would be great. Really want to use the player, but really have to take off the credits.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2870
jleblanc (Admin)
Admin
Posts: 1021
graph
User Offline Click here to see the profile of this user
Re:Remove "Hideout XSPF Music Player"?? 10 Months, 2 Weeks ago Karma: 32  
Thanks for using the suite! I don't know that much about the player as I'm only including it for convenience's sake. I'm assuming they're talking about the URL parameters in the <object> and <param> tags. This gets built on line 126 of plugins/content/podcast.php. You might be able to modify that line to include the code they're talking about, but you will have to re-modify each time I release updates for that file.

An alternative would be to scrape out the HTML that gets generated and place in into the Enclosure Code option in the Parameters button. Replace the filename in the HTML with {filename}, then make any other modifications you want.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2875
dallasbpeters (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Remove "Hideout XSPF Music Player"?? 10 Months, 2 Weeks ago Karma: 0  
Thanks, I knew I was looking close, just couldn't nail it down. But I found it. I just had to add a parameter to your code. I think you might want to add to to the component!!

Code:

&player_title=' . $this->title . '
This is put the mp3 Title in instead of "XSPF player by..." Found the parameters here...http://musicplayer.sourceforge.net/
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2881
jleblanc (Admin)
Admin
Posts: 1021
graph
User Offline Click here to see the profile of this user
Re:Remove "Hideout XSPF Music Player"?? 10 Months, 2 Weeks ago Karma: 32  
Well that was straightforward enough. I've added this to the plugin and committed it for the next release. Thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop