MyBB Community Forums

Full Version: Super Admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to add user shovenose2, uid=94, as a super admin, I know it's in the config.php and I've got FTP access,but where do I put it, and in what context?
Thanks!
1. Open ./inc/config.php in a text editor.

2. In line 70, find:

$config['super_admins'] = '1';

3. Change to:

$config['super_admins'] = '1,94';
It still does not give me access to the Admin CP!
Edit: the other admin is giving me normal Admin permissions so hopefully with those 2 together I will have access!
Thanks I got it working.