I could look over all my changes and post them but this would take time
http://tracker.vbulletin.com/browse/VBIV-15670
This is one of the fixes I added scroll to the bottom and use Joe D fixes
also watch this
https://www.youtube.com/watch?v=w4mmLNb9k04
To put into debug mode
add this line under <?php in your config
Code:
$config['Misc']['debug'] = true;
so it looks like
Code:
<?php
$config['Misc']['debug'] = true;
then to disable it use // so its like
Code:
<?php
//$config['Misc']['debug'] = true;