The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
You need to add your userid to the config to make yourself a super admin then you will see it. Edit the config with notepad ++ also add your userid to the others
$config['SpecialUsers']['canviewadminlog'] = '1'; $config['SpecialUsers']['canpruneadminlog'] = '1'; $config['SpecialUsers']['canrunqueries'] = '1'; $config['SpecialUsers']['undeletableusers'] = '1'; $config['SpecialUsers']['superadministrators'] = '1'; Like this if you are putting more than one userid do it like this $config['SpecialUsers']['canviewadminlog'] = '1,2'; $config['SpecialUsers']['canpruneadminlog'] = '1,2'; $config['SpecialUsers']['canrunqueries'] = '1,2'; $config['SpecialUsers']['undeletableusers'] = '1,2'; $config['SpecialUsers']['superadministrators'] = '1,2'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|