The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Giving some member full Admin Features
Hi,
I have made a member Admin, yet I notice that member can't manage the forum completely. She's got only limited functions available for her. What should I do to allow her all the functions an Admin has? Thanks |
#2
|
||||
|
||||
After you made that member admin.....did you change the admin settings that come up at the top of the screen after you make them admin?
If not go to your admincp > users > search for users > search for the user you made an admin and click search > when you're there, at the top you'll see a quick user links dropdown > click that > edit administrator permissions. Could I have gotten anymore in detail in that? lmao You also have admin settings in your includes/config.php file |
#3
|
||||
|
||||
Thanks a lot. But there's no Administrator Permission option.
Got this error: Sorry, you are not allowed to edit administrator permissions. If you think you should have permission to access this page, you will need to edit the $config['SpecialUsers']['superadministrators'] variable in the includes/config.php file. To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access, separating each user ID with a comma, like this: $config['SpecialUsers']['superadministrators'] = '1,25,57'; To allow only a single administrator to access this page, simply add that user's ID with no commas, like this: $config['SpecialUsers']['superadministrators'] = '1'; |
#4
|
||||
|
||||
So... why not follow those instructions?
|
#5
|
||||
|
||||
you need to go to your server and edit $config locate on the includes folder and add your self as super admin .
look for ['superadministrators'] and enter your user id for example if your user id is 1 then should look like this ['superadministrators'] = '1'; after that you can edit other admin privilege. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|