You may change it for everyone in Maintenance > execute SQL query > automatic query. Make sure you have given yourself permissions to run queries in your config.php page.
ok that helps me edit the file but i cannot seem to find the config.php file itself. i found every other file possible... queries.php editor.php but not the config.php. im looking in the vbulletin zip folder > upload folder
The very first line of that page tells you where it is:
Quote:
Before uploading the vBulletin files to your web server, you must edit the vBulletin configuration file (includes/config.php) to tell vBulletin how to communicate with your database.
So, ftp to your site, go to find all your forum files, find the directory 'includes' and in there is the file config.php
You may change it for everyone in Maintenance > execute SQL query > automatic query. Make sure you have given yourself permissions to run queries in your config.php page.
Assuming this is the right line of code:
Quote:
$config['SpecialUsers']['canrunqueries'] = '';
For some reason, I'm still not allowed to execute an sql query.