How To Limit or Set Another Administrator's Permissions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    How To Limit or Set Another Administrator's Permissions

    I'm trying to add a second administrator and they don’t see all the options or How can i limit another Administrators Permissions?

    First you'll have to set yourself up as a Super Admininstrator. Only Super Administrators may edit Administrator Permissions.
    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'] = 'X';
    You must edit config.php replace X with your userid number.
    If you want other Administrators to be allowed to change Administrators Permissions as well, seperate the userids with commas. Example:
    PHP Code:
    $config['SpecialUsers']['superadministrators'] = '1,5,471'
    To adjust the users premissions, goto your

    AdminCP -> Usergroups -> Administrator Permissions

    Click on [Edit Permissions] next to the appropriate Administrator.
    Last edited by Colin F; Wed 28 Dec '05, 10:40am. Reason: Updating
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...