MyBB Community Forums

Full Version: Set SuperAdmin to multiply admins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

Is it possible to set the super admin status to multiply admins? We are currently three administrators at the forums and we want everyone to be set as super admin. Thanks for any help.

Sorry if it has been asked before but I got no decent search results.
Open inc/config.php

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

Add the other uids too, like: $config['super_admins'] = '1,2,3';

You can view your uid by hovering over your profile link.
Works like a charm. Thank you!