Quote:
Originally Posted by sajjid
i have the same problem but already upgraded to 3.5 now in my admincp there are options which are no longer in use like warning hack.
i hope someone here releases a script soon which will just pull out the needed data without the modifications.
|
Use ImpEx as Marco suggested or you could manually remove the items in your vBulletin Options by putting your board into debug mode.
Just place the following code anywhere in your
config.php file; located in your
includes folder. Then go into your
AdminCP ->
vBulletin Options. Double-click whatever Option Group you wish to remove, when the new page loads click on
Delete.
Code:
$config['Misc']['debug'] = 1;
Be sure you remove the code from config.php when you're done... or you could set the
1 in the code to a
0.