This mod improves the build-in debug info by adding additional information which may help you as administrator, but mostly as a developer.
This mod shows you information such as: included files in the current page, list of installed products, list of hooks that used in the page and more.
/**
* This mod is for development and debugging use only!
* Use it in a test forum, not in your live one.
*/
-----
If you installed this mod and/or you want get support, please "Mark as Installed".
-----
======================================== How to install: ========================================
Step 1: Enable vBulletin's Debug
1. Open config.php that located in the root
2. Set $config['debug'] to "true"
3. Save
At this point you should see a new block in the bottom of the site.
Step 2: Install the mod
1. Upload the content of 'upload_to_root' directory to your root.
2. Make sure that Plugin/Hook System is enabled, it is disabled by default.
3. Reload your site (twice) - this mod uses the Auto-Install feature.
Auto-Install it's a feature that allows vB5 to install addons automatically after all files uploaded.
There is no need to install xml manually anymore.
/*
IF YOU FOLLOWED THE STEPS BUT THE MOD DON'T LOOKS TO BE INSTALLED,
DO THE STEPS OF THE UPGRADE PROCESS TO INSTALL THE MOD MANUALLY.
IF THAT DOESN'T HELP, PLEASE LEAVE A MESSAGE IN THE MOD'S DISCUSSION IN VB.ORG
*/
======================================== How to upgrade: ========================================
If you installed previous version of this mod, you need to do the following steps:
1. Upload the content of 'upload_to_root' directory to your root
2. Find the file "product_rellectdebug.xml" in /upload_to_root/core/packages/rellectdebug/xml
3. Go to Import Product in the admincp
4. Upload the xml
[29/08/12] 1.0 BETA 2
* Compatibility with 5.0.0 alpha 38
* Improvement: Called hooks shows now which product uses it and which template placed in the hook
[16/09/12] 1.0
* Compatibility with 5.0.0 beta 10
[24/09/12] 1.0.1
* Package name renamed to be lowercase - the previous name caused to problem with the auto-install for some users.
[02/03/13] 1.1
* Compatibility with 5.0.0
* New block of General Info
* Products list improved to show deleted indicator for disabled products.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Possible to add an allowed ip whitelist setting so only displays for certain IPs (my own) ?
You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.
I released new update 1.0.1
The only change is package name been renamed to be lowercase - the previous name cause to problem with the auto-install for some users.
If you installed version 1.0 and it works - you can skip this update.
If you still want to update, first you should delete the previous package of the mod, and then upload the new one.
You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.
Does it work on vb5 beta 22?
On my site test it doesn't work.
Thanks
Regards
The latest version that this mod been tested with is beta 10, so I'm not sure if this still will work in beta22.
I probably will release updated version to support the latest vbulletin5, but it may take some time.