Log in

View Full Version : How to modify AdminCP -> vBulletin Options


Biker_GA
08-01-2005, 06:55 AM
I'm trying to clean up some stuff in the AdminCP. There are 3 entries that were placed in vBulletin Options that I'd like to remove as they no longer function in 3.5 and I want the entries to disappear. What file would I find these entries in?

Adrian Schneider
08-01-2005, 06:59 AM
Add $config['Misc']['debug'] = TRUE;
to your includes/config.php file

Once in debug mode you can edit them.

Biker_GA
08-01-2005, 07:03 AM
That was too slick. Thank you. :)