The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb_user options field
I am wanting to force all my users to accept emails from the admin. Is there an easy SQL update that one can run?
Thanks |
#2
|
||||
|
||||
Admin CP > Maintenance > Execute SQL Query > Automatic Query
|
#3
|
|||
|
|||
Hmm, this is odd but even as the admin, I get a message saying I am not authorized to run SQL.
Any insight here. I cannot find that permission anywhere. |
#4
|
||||
|
||||
You have to add your userid to the list for 'Users with SQL Query Running Permissions' in config.php.
|
#5
|
|||
|
|||
This is now in my config.php file in my includes directory:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['blog_admin']['canrunqueries'] = '1'; yet I am still getting the same error... David |
#6
|
|||
|
|||
blog admin? wtf
the name of the variable is $config['SpecialUsers']['canrunqueries'] = '1'; is this the config.php of a blog maybe? in forums/includes/config.php there have to be this: $config['SpecialUsers']['canrunqueries'] = '1'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|