Back to Modification Graveyard

Debug Mode In Admincp Only
Mod Version: 1.00, by Logikos

This thread is in the Modification Graveyard.
vB Version: 3.5.0 RC1 Rating: (1 vote - 5.00 average) Installs: 18
Released: 27 Jul 2005 Last Update: Never Downloads: 4
Not Supported Code Changes  

What this does:
This will turn debug mode on in the admincp area only. Sometimes you might want to make a change to the master style, or add a quick vBulletin option but don't want your users seeing any query/template info on the footer of your forums.

I placed this as a hack since you have to hack a file to do it. I was debating if it was more of a how-to or a hack. I'll let the mods decide.

In /includes/config.php Find:
PHP Code:
$config['Mysqli']['ini_file'] = ''
Add Under:
PHP Code:
if (VB_AREA == 'AdminCP')
{
        
$config['Misc']['debug'] = true;

Done! Yes a very small hack I know.

Download

No files for download.

Similar Mods

KX - Debug Mode vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2024