The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
|||
|
|||
|
You have to turn debug mode on and you will see some hidden options to delete that.
|
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
See my profile for Debug mode in ACP.
|
|
#5
|
|||
|
|||
|
Ok, I edited the file. Now what? Sorry, new to this.
|
|
#6
|
||||
|
||||
|
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; |
|
#7
|
|||
|
|||
|
Thank you. Worked great.
|
|
#8
|
||||
|
||||
|
You're welcome. Glad to hear.
|
![]() |
|
|