Aug 02
In you config.php enter this code at the end just above "?>"
The debug mode will now be enabled automatically when you enter the admincp and disabled once you leave it again.
Code:
if (VB_AREA == 'AdminCP')
{
$config['Misc']['debug'] = true;
}The debug mode will now be enabled automatically when you enter the admincp and disabled once you leave it again.
News Source: vBulletin Community Forum - vBulletin 3.5 Quick Tips and Customizations
Full Story: Read here
Recent Comments