Quote:
Originally Posted by 1quick1
what the hell is a super admin? I'm having the same issue as a bunch of other admins here......when I click on the "manage banners" in the quick links it just takes me to a page with smilies. I went through every option and my admin account is set to do EVERYTHING. This makes no sense.
|
Go into the vBulletin config.php file, (forums/includes) folder and search through the code for "Super Admin" and add your user id to it
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1,2';