You need to go into your servers control manager - file manager or FTP into your website and go to your forum directory. Now go into your includes folder.
look for the file called config.php
open this file in your favorite edit program.
look for this line of code:
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
right now in this example, the user whose id number is 1, is the superadmin.
you can edit this aray and add / delete the user ID numbers of the user accounts you want as super admins. seperate each user id number with a , These users must also have a usergroup that allows them access to the Admin CP, with admin permissions set for the user.
|