Quote:
Originally Posted by Doctor Death
I upgraded to 1.3 and all works fine except importing new radio stations... Here is error I get from a custom HTML error screen... (Notice that the link to admin CP is not the updated one but rather the old one.)
Did I make a mistake in upgrade or was this overlooked in upgrade?
|
Update your radioandtv_admin.php, it had a problem and I updated the zip file, I said as much a couple of posts back
Quote:
Originally Posted by EvilAkuma
Dream,
Fixs your upgrade. You forgot to mention to edit the radiostations.php to radioandtv.php
If you were using just the radio and decided to use now Radio and Tv Station.
Change the radiostations.php to radioandtv.php in your navbar so you won't get invalid page.
|
the upgrade instructions are in upgrade.txt, you don't edit the radiostations.php file, you just delete it, as it says in the upgrade.txt file
Quote:
Originally Posted by soulface
...after updating from old to this new version. its just broke... adding/deleting categories wont working..
Im getting this db error..
|
adding and deleting categories works fine for me, do you have any other info about this? did you remove anything directly from the database?
Quote:
Originally Posted by bob12
Where do i go to add this line <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  penRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
Save your navbar template.
|
you add that javascript code at the top of the navbar template, as it says in the install.txt file (but don't forget to remove the old one)