
11-01-2008, 12:20 PM
|
 |
|
|
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Have you added the link
Quote:
Now you need to create a link for your Radio and TV add-on in your
forum navigation bar. If you don't have space for it, consider
installing this template mod first:
https://vborg.vbsupport.ru/showthread.php?t=130958
Open your navbar template, and at the very top add
<script type="text/javascript">
<!--
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,m enubar=no,resizable=yes,status=no,scrollbars=yes,t oolbar=no');
}
//-->
</script>
Now for the Radio and TV link, you can find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And after that, add
<td class="vbmenu_control"><a href="javascript penRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
|
This will open the player up in a new window giving you viewing provided you have permissions set to respective usergroups etc
|