
01-18-2010, 12:11 AM
|
 |
|
|
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dream
You must have made (can't remember details now) a template edit on navbar, to add the funcion openRadioAndTV() which has the link to the php file. Edit the navbar and change that.
|
I followed STEP 4 from the install instructions.....
Quote:
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: openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
|
Is that not correct? What do I adjust?
|