PDA

View Full Version : How do I get rid of something in AdminCP?


axiomotion
11-11-2005, 04:06 PM
I installed this hack (https://vborg.vbsupport.ru/showthread.php?t=68861) a while back and after some messing around with it I finally got it to work. I plan on upgrading to VB3.5 this weekend and have removed almost everything for the hack other than the "shoutbox" panel in the admincp (it shows up under "subscriptions"). I want it gone before I upgrade. I asked how to remove it and was given this advice (https://vborg.vbsupport.ru/showpost.php?p=805458&postcount=866). I followed this thread (https://vborg.vbsupport.ru/showthread.php?t=82835) and put the site in debug mode but when I went back to the board it appeared exactly the same. I couldn't find any delete button to press. Did I make an error in where to place the code? I put it right after
// Prefix that all vBulletin cookies will have
// For example
$cookieprefix = 'bb';
I tried it a few times but I can't seem to figure out how to remove it from my admincp.

Thanks in advance for the help :)

Marco van Herwaarden
11-11-2005, 04:11 PM
To turn on debug mode on your vB3.0 forum, just put the following anywhere in your config.php:
$debug = true;

PS The thread you have been looking at is describing how to turn on debug mode on a 3.5 forum.

axiomotion
11-11-2005, 05:07 PM
To turn on debug mode on your vB3.0 forum, just put the following anywhere in your config.php:
$debug = true;

PS The thread you have been looking at is describing how to turn on debug mode on a 3.5 forum.
Thank you, that worked as far as getting it out of the vbulletins options area. But it is still in the left hand side scroll bar. Is that simply a template?