How to enable other Administrators to see Project Tool under Admincp?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joyceleong
    Member
    • Mar 2008
    • 36

    How to enable other Administrators to see Project Tool under Admincp?

    How can I set to assign other administrator users to be able to access the Project Tool via their admincp?


    Thanks.
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    You need to set the appropriate permissions:

    Admin CP -> Usergroups -> Administrator Permissions

    You may need to make yourself a Super Admin in order to do this. Edit this section of config.php:

    // ****** 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';


    ...and replace x with your userid (not user name.)
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    Related Topics

    Collapse

    Working...