Quote:
Originally Posted by giovannicosta
doesn't work on mine...
There are no super admin on my board aND THAT USERGROUP DOESN'T EEVEN EXIST ON MY FORUM, ONLY admins exist, I have 3.6.5
|
On your webhost cpanel, go to your forum dir.
now go to includes dir.
edit config.php file
look for the "is super admin" line of code.
should look like this. it is default user #1
--------------------------------------------------------------------
// ****** 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,2';
-------------------------------------------------------------------------------
Just add a coma when adding other userids.
above example, user 1 and user 2 are super admins, they have full access to all forum settings.