View Full Version : Where can I remove sections in vBulletin Options?
zsmom
05-03-2004, 02:59 PM
After upgrading there's still all of the options available in my vBulletin Options for old hacks from vB2. How/where do I get rid of these? Thanks!
Logikos
05-03-2004, 03:07 PM
After upgrading there's still all of the options available in my vBulletin Options for old hacks from vB2. How/where do I get rid of these? Thanks!
In includes/config.php
find:
$cookieprefix = 'bb';
add under that:
$debug = '1';
Then click on vBulletin Options, select the option you want to get rid of, and you will see [Edit] [Delete] [Add Setting]. Press delete.
Then when your done
Remove from includes/config.php:
$debug = '1';
zsmom
05-03-2004, 04:41 PM
Thank you very much!
Logikos
05-03-2004, 07:46 PM
Thank you very much!
No problem. :) i don't think that will delete the old vb2 hacks querys, you would have to look in phpmyadmin.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.