PDA


View Full Version : Main Options - Page Active


Grae
06-07-2007, 07:38 AM
Page Active
When set to 'No', this page will only be viewable by moderators and admins.
The quote above is from the admincp. When viewing an inactive page as the administrator I receive an "Invalid Page Specified" msg.

Brian
06-07-2007, 12:15 PM
Thank you for pointing that out. If you'll look in your forum/includes/vba_cmps_include_top.php file for this code:

CANCONTROLPANEL

And replace with this:
$vbulletin->bf_ugp_adminpermissions['cancontrolpanel']

That should fix the problem.