MyBB Community Forums

Full Version: My forum says I'm not super admin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum says I'm not super admin when I'm the one who made the database... how do I fix this?
Add the user id of your admin account to inc/config.php:

$config['super_admins']
(2011-05-17, 09:26 PM)querschlaeger Wrote: [ -> ]Add the user id of your admin account to inc/config.php:

$config['super_admins']
How do I do that? I have no clue.
Open ./inc/config.php and find;
$config['super_admins'] = '1';
and Replace 1 to your own UserID.
Connect to your FTP, or go to your filemanager on your host, open the folder inc, then locate the file config.php, edit it.

and find

$config['super_admins']

Then replace the number with your UID.
(2011-05-17, 10:21 PM)labra Wrote: [ -> ]Connect to your FTP, or go to your filemanager on your host, open the folder inc, then locate the file config.php, edit it.

and find

$config['super_admins']

Then replace the number with your UID.
How do I find my UID? Is it a number?

Yes, it's a number. If you hover over your username you will see your uid in the end. If you're the super admin it's usually 1.