The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Super Admin Permissions - Please HELP!!!
I bought a board from a friend of mine and am stuck. I need to get complete access however this is what I get
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'; Which directory can i find config.php? I want to add two user names as superadmins Is this correct? $config['SpecialUsers']['superadministrators'] = '1';Name1;Name 2 Also what is a good editor for .php files? |
#2
|
||||
|
||||
Instructions don't come much clearer that this.
"To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access" not usernames, userids. and not semicolons, but commas $config['SpecialUsers']['superadministrators'] = '1,25,57'; As for an editor, I use vi, but I am assuming you are using a windows system and accessing the site via ftp, in which case I would recommend bbbedit, although there are a host of syntax highlighting code editors out there, some of them for free as well. |
#3
|
||||
|
||||
No, that is not correct. You would enter their userid not their username. For example, if you go to your profile here on vbulletin.org you will see your userid in the address bar. (https://vborg.vbsupport.ru/member.php?u=179056) Your userid being the 179056.
As far as a good editor, I swap between Notepad and WordPad but MOSTLY use Notepad |
#4
|
||||
|
||||
Open the config.php file with wordpad (notepad will often add unwanted characters, and deamweaver will add unwanted code). Then in that area add the userid number not the name... upload.
Let us know if you need more help |
#5
|
|||
|
|||
thx for the quick replies.... I am not able to find config.php in my /public_html/board and I can see that the site is www.-------.com/board
where is the config.php by default? |
#6
|
||||
|
||||
it would be in your includes/ directory, so you would take this path.....
/public_html/board/includes/config.php |
#7
|
|||
|
|||
thank you ... i got to the file.
now comes a problem ... the site is already SEO'd, so when I click on profile I am not able to get to the member number neither am i able to do this thru member list. Plz advise. |
#8
|
||||
|
||||
In the profile hover over "Find all posts by XXX" and you'll see the number...
|
#9
|
|||
|
|||
Quote:
problems fixed people ... thanks to all of you! |
#10
|
|||
|
|||
ok so my admin panel seems to be looking ok, but when I get to usergroups/admin permissions I am getting the same superuser error again.
I did add the following as superadmins, me being 5569 however, i keep getting the same error. what could be the reason? // ****** 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,4073,5569,14318'; ttt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|