Robbey
03-05-2008, 08:59 AM
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(){
radioAndTVWindow = window.open('radioandtv.php', '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:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
more cleaRER please? WERE IS THE FORUM NAVIGATION BAR TEMPLATE!!! PLZ!!!
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(){
radioAndTVWindow = window.open('radioandtv.php', '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:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
more cleaRER please? WERE IS THE FORUM NAVIGATION BAR TEMPLATE!!! PLZ!!!