Quote:
Originally Posted by Dream
Everything working?
|
i think so
Dream just few questions:
my previously version was the Beta so i do this upgrade or not on my navbar template? (all seems that runs correctly without any change)
Code:
5. If you are upgrading from 1.8 or older, edit in your navbar template, change
this
function openRadioAndTV(){
radioAndTVWindow = window.open('radioandtv.php', 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
For this
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
what about the the javascript and member_info plugin?