TRa5H
05-29-2008, 10:00 PM
*This Mod requires Dream's Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567&highlight=MP3+player) to be installed*
---------------------------------------------------------------
First off I would like to mention m002.p's ShoutCast Status - NavBar (https://vborg.vbsupport.ru/showthread.php?t=168096&highlight=shoutcast) for this is just a simple version of his mod that works for Dream's Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567&highlight=MP3+player).
What does this modification do?
This will add a Radio and TV Player Button in your navbar which will aid in more forum members and guests being aware your site has a Radio and TV Player.
What do I need?
You need Dream's Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567&highlight=MP3+player) Mod installed as mentioned above & a working vbulletin 3.6.
Demo? Rebels of Chaos (http://www.rebelsofchaos.net)
1)
Firstly upload the image attached "radio_button.jpg" to your styles image misc folder. Example; "domain"/images/misc/
2)
Now open your styles "navbar" template and find:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
Underneath add:
<!-- / START RADIOandTV button-->
<td>
<a href="javascript:openRadioAndTV()"><img src="http://YOURSITE.com//images/misc/radio_on.jpg" border="0" "></a>
</td>
<!-- / END RADIOandTV button-->
3)
Save Template
Complete!
--------------------------------------------
---------------------------------------------------------------
First off I would like to mention m002.p's ShoutCast Status - NavBar (https://vborg.vbsupport.ru/showthread.php?t=168096&highlight=shoutcast) for this is just a simple version of his mod that works for Dream's Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567&highlight=MP3+player).
What does this modification do?
This will add a Radio and TV Player Button in your navbar which will aid in more forum members and guests being aware your site has a Radio and TV Player.
What do I need?
You need Dream's Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567&highlight=MP3+player) Mod installed as mentioned above & a working vbulletin 3.6.
Demo? Rebels of Chaos (http://www.rebelsofchaos.net)
1)
Firstly upload the image attached "radio_button.jpg" to your styles image misc folder. Example; "domain"/images/misc/
2)
Now open your styles "navbar" template and find:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
Underneath add:
<!-- / START RADIOandTV button-->
<td>
<a href="javascript:openRadioAndTV()"><img src="http://YOURSITE.com//images/misc/radio_on.jpg" border="0" "></a>
</td>
<!-- / END RADIOandTV button-->
3)
Save Template
Complete!
--------------------------------------------