The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
Disable All Plugins via config.php
then right under <?php place Code:
define('DISABLE_HOOKS', true); Yes delete your cookies and cache This will get you back up to sort it out. ![]() path= forum root-->includes-->config ---------------------------------------- Edit: Here is a longer version and maybe more clear ![]() Disable the plugin/hook system globally This can be helpfull if you created / installed a plugin or product which has broken your forum and you are not able to access the AdminCP anymore. To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory Just below Code: Code:
<?php Code: Code:
define('DISABLE_HOOKS', true); If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like Code: Code:
// define('DISABLE_HOOKS', true); you simply have to remove those two " / ". If you are able to access your AdminCP go to AdminCP -> vBulletin Options -> vBulletin Options -> Plugin/Hook System And set it to No to disable. Okay off to sleep I go...Night ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|