The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
E-mail on PM for earlier members
Hi again guys.
So recently i noticed that our forum has been running without that option "Send a e-mail when a new private message has arriwed" Well, now that option is set as default for all new registrations. But is there any way to make that option checked for all the other/older members to? |
#2
|
|||
|
|||
Maintenance/Execute SQL Query/Automatic Query
You will see the option you need in the drop down |
#3
|
|||
|
|||
Thanks, that make sense
I'm Administrator at two forum. One older "3.8.5 and one newer "4.2.0" I can see and use the Maintenance menu in the older one, but not i the newer. Could it be a plugin or something else i've missed? vBSEO is running in the newer one, so could i be that? |
#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'; |
#5
|
|||
|
|||
Thanks. Works like it should
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|