Ok found it.. yeah i was just being a blonde.. lol
anyways I also edited a mod i found here:
https://vborg.vbsupport.ru/showthrea...ight=shoutcast
With this i edited to work for your RadioandTv mod.. below is the coding i used to add a link button to the navbar which works as another option for alternate Templates.. below is the exact code I am currently using..
After Placing the following code the as you would when installing the RadioandTv mod at the very top of the navbar template:
Code:
<script type="text/javascript">
<!--
function openRadioAndTV(){
radioAndTVWindow = window.open('radioandtv.php', 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>
You then would need to find the following code in the navbar Template:
Code:
<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:
Code:
<!-- / START RADIOandTV button-->
<td>
<a href="javascript:openRadioAndTV()"><img src="http://img.photobucket.com/albums/v715/azurekidx/radio_button.jpg" border="0" alt="Tune into R?? Radio"></a>
</td>
<!-- / END RADIOandTV button-->
thats it.. i just thought since i put you through so much trouble teaching a noob how to set permissions since its not like i have done it over and over and still forget to set them lol.. that you all could use this.. ..
well thanks again.. you can see how its working at my site as the
Demo 
:up:
Below is the Image i used for the Navbar button just change colors for your site in photoshop or use your own:
I posted this in a mod forum at
https://vborg.vbsupport.ru/showthread.php?t=180988 so it can be used.. thanks again later