MyBB Community Forums

Full Version: Admin help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was using another user id for control panel access and admin account with no control panel access to get protected from hackers, but now i am unable to give control panel access to admin id from that user id, it is giving an error that u r not a super administrator to edit this user profile. can anybody tell me how to give the original admin cpanel access......?
Don't give other administrators access to cPanel. Just open up the inc/config.php file and add your userid to the super admin variable.
not found any settings to to do this in inc/config.php....
i am talking about forum control panel access...
Yes I know and there is such a variable in config.php. Search again, it'll be called $config['super_admins']
$config['super_admins'] = '1';

what to edit in that part...???
Just put a userid in there. eg
$config['super_admins'] = "1,2,3,4";

replace 1,2,3,4 with the userid(s) you want to have super admin status.
yes..thanks kyubi....