I have a question about this nice add-on you made.
Sorry if I sound a little green, but I am.
In your directions, specifically:
--------- Step Four
Now you need to create an entry point for Radio Stations 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 openRadioStations(){
radioStationsWindow = window.open('radiostations.php', 'radiostations', '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 Stations 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
penRadioStations()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
Rather than add this to my navbar, I have a side column, where I would prefer to have this.
I have a graphic of a stereo, I want to represent your product,
How can I just make the graphic link to your radio in a new popup window?