The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I have just downloaded a VB Mod which requires me to change my status from a Admin to a super Admin. I need to edit the config.php file in order to get the mod working, how exactly do I do this? I found the config.php in the includes folder once accessing it via Cyberduck FTP, but I can't work out what program I need to use to edit the file. Michael. |
#2
|
||||
|
||||
![]()
You dont need a vbulletin module, there is a simple way to do that.
first you must find your USERID via forums, so on the forums go to your profile, then look at the URL those number(s) at the end will tell you what registration member # you are. Then you take that number and then you will open config.php scroll down until you see super admin, then either add your number or replace the number. If you replace it then you will be the only super admin, if you add it then that number and your number will be super admin. By default whoever uploaded and installed the forums will be super admin. |
#3
|
|||
|
|||
![]()
Hi Jake,
My user ID number is set to 6. What I'm trying to do is find out how to edit the config.php file as I have found the file which appears to be a load of text and futher down is mentions about Super Admin and the user ID of 1 but I can't seem to edit it to my current user id status which is set to 6. I don't know if I need some kind of external editor program in order to do this. Mike. |
#4
|
|||
|
|||
![]()
Hey Drpepper,
looks like your thread got pushed down the queue a little there. To answer your question; any text editing program will suffice. Open it, scroll down to: 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'] = '1'; Code:
$config['SpecialUsers']['superadministrators'] = '1'; Hope this helps you - make sure you separate them with commas. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|