View Full Version : How can I get rid of this?
This was installed with previous versions of vb and have stayed like that. Is there any way I can remove these two? One was a hack that automatically created new welcome threads when someone registered and the other is myvbindex.
Logikos
08-11-2005, 06:00 PM
You have to turn debug mode on and you will see some hidden options to delete that. :)
You have to turn debug mode on and you will see some hidden options to delete that. :)
How do I do that?
Logikos
08-11-2005, 09:57 PM
See my profile for Debug mode in ACP.
Ok, I edited the file. Now what? Sorry, new to this.
Kirk Y
08-13-2005, 05:41 PM
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.
$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.
Kirk Y
08-15-2005, 10:38 PM
You're welcome. Glad to hear.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.