PDA

View Full Version : Saving the ACP Configuration



Protoss
Wed 8th Mar '06, 8:08am
I've been testing impex and getting used to the vBulletin ACP.
The test installation is near to the actual setup that I would like when we go live with a full installation.

Is there a way to save the current board configuration so that it can be installed on the full installation. Or perhaps list the current board config so that it can be saved and printed. ?

Colin F
Wed 8th Mar '06, 8:09am
No, there's no way to do that currently, sorry.
Only Styles and Languages can be exported and reimported on the new forum.

Protoss
Wed 8th Mar '06, 8:18am
Ok thanks.Maybe a MOD writer would like to think about this. It would be quite handy

Steve Machol
Thu 9th Mar '06, 2:17am
Actually there is an undocumented way to do this. 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.