PDA

View Full Version : How to keep all the settings ?



bodyresource
Tue 30th Jan '07, 12:53pm
I've setup a testing board so i can try to do an import and i can take a look at all the options etc.

Now i almost have all my options set the right way (they're a lot).

But when i'm going to do a fresh install for the final import i need to set all the options all over again.

Is it possible to save my current settings and import them again after a new install ?

Steve Machol
Tue 30th Jan '07, 2:20pm
Add this to config.php to enter into debug mode:

Under:
<?php

Add this line:
$config['Misc']['debug'] = 1;

Then go into vBulletin Options. You will see the new option to Download/Upload Settings

Remove or comment out the debug line when you are done.

bodyresource
Tue 30th Jan '07, 2:23pm
Great !!!

Saves me a lot off time......