How do I create a new super administrator?

Modify the config file Via FTP or File Manager and insert their ID :

Code:
$config['superAdmins'] = '1';
 
What is the difference between a Super Administrator and an Administrator?
A Super Administrator can not be created or edited by an Administrator and always has all permissions in the ACP.

How do I add another Super Administrator?
Edit the /library/config.php file and add any additional users IDs, comma delimited: $config['superAdmins'] = '1,2,3';
Note that the user in question must already be an Administrator.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-180456

Check their profile to get the user ID.
It's the number at the end: http://xenforo.com/community/members/the-pet-board.9367/
 
Top Bottom