Quote:
Originally Posted by Invalid ID
Sorry, I am kind of new to this thing. Can you please be more specific about where exactly do you want me to add this link and should I also remove the link I added before?
|
Okay right idea, wrong placement.
In the javascript you loaded at the top of the navbar...
Code:
<script type="text/javascript">
<!--
function openRadioStations(){
radioStationsWindow = window.open('http://www.yoursite.com/forums/radiostations.php', 'radiostations', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>
Add the text in
red to match whatever your site is called and what directory you placed the forum under. Usually forum or forums.
As mentioned earlier, put the radiostations.php in your navbar replacements of VBA.
Oh and for those of you using the "page" fix in post #97, you can safely remove this javascript in your navbar, as it's not needed.