That is pretty easy Kev.

Open the XML file and find:
Code:
<dependency dependencytype="vbulletin" minversion="3.6.4" maxversion="3.6.5" />
Change it to:
Code:
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="3.6.5" />
If it breaks your site, please don't hit me.

Try it on a test board and let me know. Thanks.
Quote:
Originally Posted by Xplorer4x4
I have debug mode on(just for a minute). But when i click explain so i can get more ifno on queries, it just loads showthread.php all over again rather then the query explanation page. 
|
You are right, grrr. It looks like the only way to enable truly Debug mode is trough config.php file. Early, when the script loads the config variables, it won't detect fancy vBulletin options, just the basic ones contained into config.php file.
So what do you recommend me to do guys? We toss that option or simply simply display a text warning that the Debug mode is enabled/disabled?
I need your advice on this issue, since is your hack also.