TheLastSuperman
12-20-2008, 10:00 PM
Innovative Small mp3 Player BB Code
By:
https://vborg.vbsupport.ru/external/2010/08/16.png
This BB Code will allow users to have a small mp3 player in:
Posts in the forums
Signatures i.e. Song of the day/week etc.
anywhere you can use BB Code Tags
I found this while browsing: http://www.phpbb3bbcodes.com as I have some phpBB boards of my own and was tinkering as usual ;). It was rather simple to add as a BB Code to VBulletin and did not take much time to make it work in vB via the {param} tags etc!
Credit for the Code goes to phpbb3codes.com and the creator of the .swf player i.e. djgalix!
Time to install: 1-2 mins
Instructions:
Download the .zip and extract the SWF player
Upload the player_mp3.swf into your forum root folder
Add new BB code:
AdminCP --> Custom BB Codes --> Add New BB Code
Title: mp3
Tag: mp3
Replacement: <object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Use {option} = NO
*The Player .swf file HAS to be in your forums ROOT folder, this will make it NOT visible in AdminCP as that is another folder i.e. admincp folder BUT it will display FINE in the forums via FireFox and Internet Explorer! (Thanks for the catching that bug where it did not display joh (https://vborg.vbsupport.ru/member.php?u=134381)!)
Now use the tags Full Song URL Here!
*Experienced Users can take the code replacement and hard code into forums where desired!
Demo (http://www.tournamentgamingworld.com/online/showthread.php?t=981)
That doesn't seem to work either. Hmmm. I'm using hostgator - I don't know what the problem is.
Oh well!
Ahh HostGator, I bet it's the mod securities they have enabled on your server, if you have had other problems (specifically with vBa CMPS or vBa Links etc) then you must have them disable the mod securities. This mod also will not work if you have DJ's AME Mod installed.
For some who cannot get the mod to work etc, it is usally the AME mod, a Mod Security enabled on your server per your host OR something in your .htaccess file.
If you have an htaccess file add this to it:
RewriteEngine On
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoururl.com/.*$ [NC]
Replace the yoururl with your url, note I left the .com so if you are .net or .org change that, also leave the www as-is unless you have something setup like forums.yoursite.com etc etc.
Hope that helps some, and remember to always PM me if I do not reply promptly to your posts.
S-MAN
Enjoy!
TheLastSuperman :rolleyes:
http://www.innovationbyinstinct.com
EDIT: If your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115
By:
https://vborg.vbsupport.ru/external/2010/08/16.png
This BB Code will allow users to have a small mp3 player in:
Posts in the forums
Signatures i.e. Song of the day/week etc.
anywhere you can use BB Code Tags
I found this while browsing: http://www.phpbb3bbcodes.com as I have some phpBB boards of my own and was tinkering as usual ;). It was rather simple to add as a BB Code to VBulletin and did not take much time to make it work in vB via the {param} tags etc!
Credit for the Code goes to phpbb3codes.com and the creator of the .swf player i.e. djgalix!
Time to install: 1-2 mins
Instructions:
Download the .zip and extract the SWF player
Upload the player_mp3.swf into your forum root folder
Add new BB code:
AdminCP --> Custom BB Codes --> Add New BB Code
Title: mp3
Tag: mp3
Replacement: <object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
Use {option} = NO
*The Player .swf file HAS to be in your forums ROOT folder, this will make it NOT visible in AdminCP as that is another folder i.e. admincp folder BUT it will display FINE in the forums via FireFox and Internet Explorer! (Thanks for the catching that bug where it did not display joh (https://vborg.vbsupport.ru/member.php?u=134381)!)
Now use the tags Full Song URL Here!
*Experienced Users can take the code replacement and hard code into forums where desired!
Demo (http://www.tournamentgamingworld.com/online/showthread.php?t=981)
That doesn't seem to work either. Hmmm. I'm using hostgator - I don't know what the problem is.
Oh well!
Ahh HostGator, I bet it's the mod securities they have enabled on your server, if you have had other problems (specifically with vBa CMPS or vBa Links etc) then you must have them disable the mod securities. This mod also will not work if you have DJ's AME Mod installed.
For some who cannot get the mod to work etc, it is usally the AME mod, a Mod Security enabled on your server per your host OR something in your .htaccess file.
If you have an htaccess file add this to it:
RewriteEngine On
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoururl.com/.*$ [NC]
Replace the yoururl with your url, note I left the .com so if you are .net or .org change that, also leave the www as-is unless you have something setup like forums.yoursite.com etc etc.
Hope that helps some, and remember to always PM me if I do not reply promptly to your posts.
S-MAN
Enjoy!
TheLastSuperman :rolleyes:
http://www.innovationbyinstinct.com
EDIT: If your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115