| Javascript Dropdowns don't work on Portal defined pages
Any page defined as a portal page;
define('VBA_PORTAL', true);
define('VBA_PAGE', 'gallery');
stops the javascript dropdowns working
eg: "browseimages.php" when defined as portal stops the "images per page" "categories" and "search this category" dropdowns from working. This is the case (dropdowns don't drop) across all pages defined thus regardless of whether they have the code in to display within the portal page or not.
edit: this is the case even when I disable all modules apart from custom page content for that page.
|