Quote:
Originally Posted by butty
the changes i made were to the local_links.php page so that it adds the vbadvanced navigation menu to the left of the page. this is what i did:
it is because it is opening the page with the navigation menu to the left on still on the popup media player box that is causing the problems. is there anyways that the popupplayer can be not called from that local_links.php page at all as thats what is causing the problems
|
Try the following:
Code:
<?php
if ($_GET['action']=="" or $_GET['action']=="links")) {
define('VBA_PORTAL', true);
define('VBA_PAGE', 'tunearchive');
}