PDA

View Full Version : AdminCP vBulletin Options SAVE


juan71287
01-08-2008, 03:35 PM
I guess that when you go to your AdminCP, and you edit your vBulletin Options and save them, they get saved in the database.

Lately I been installing VB a lot because I been having problems with my server and I have been having to redo my settings over and over, and thats no pick nick. I was wondering, which table on the SQL holds the options so when I re-install VB again, I can just upload that table and have my options back.

Thanks.

snakes1100
01-08-2008, 03:53 PM
If your having that many server issues, its time to find a new host or a server admin.

db table - setting

Opserty
01-08-2008, 04:45 PM
You don't want to be manually editing the database via SQL queries. I believe their is a developer option to save settings if you are in debug mode.

(AdminCP > vBulletin Options > vBulletin Options > Download / Upload Settings)

Add this line to config.php to enable debug mode. (N.B.: Avoid using it on Live Sites espeically for a long time.)
$config['Misc']['debug'] = true;

juan71287
01-08-2008, 05:25 PM
Wow, thanks a lot guys. Both helped a lot.