View Full Version : E-mail on PM for earlier members
Apexi
07-22-2014, 10:09 PM
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?
ForceHSS
07-22-2014, 10:23 PM
Maintenance/Execute SQL Query/Automatic Query
You will see the option you need in the drop down
Apexi
07-23-2014, 12:53 PM
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?
ForceHSS
07-23-2014, 12:56 PM
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 ++ (http://notepad-plus-plus.org/download/v6.6.7.html) 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';
Apexi
07-23-2014, 08:14 PM
Thanks. Works like it should :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.