Log in

View Full Version : Help Me Plz


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!!!

Marco van Herwaarden
03-05-2008, 09:01 AM
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.

Robbey
03-05-2008, 09:57 AM
Uhh just were is the nav bar

snakes1100
03-05-2008, 10:02 AM
Its a template

Post in the thread you got the hack from for support.

If you unsure of what the navbar is, maybe it would be wise for you to go read the documentation in the members area at vbulletin.com

Robbey
03-06-2008, 02:34 AM
were in admincp do i find it

Bradley_Wint
03-06-2008, 02:47 AM
were in admincp do i find it

It's under the Style settings...refer to the vb Manual for more details.