bahattab
21-01-2009, 07:44 PM
How to disable the whole plugins system ?
/*================================================= =====================*\
|| ################################################## ##################
|| If you ever face major problems with your plugins and can't get into AdminCP to disable them:
|| Place PHP Code:
||
|| define('DISABLE_HOOKS', 1);
||
|| in config.php.
||
|| This will disable the whole plugins system, no matter what the ACP setting is.
|| ################################################## ##################
\*================================================ ======================*/
define('DISABLE_HOOKS', 1);
http://www.vbulletin.org/forum/showthread.php?t=82621&highlight=disable+plugins
/*================================================= =====================*\
|| ################################################## ##################
|| If you ever face major problems with your plugins and can't get into AdminCP to disable them:
|| Place PHP Code:
||
|| define('DISABLE_HOOKS', 1);
||
|| in config.php.
||
|| This will disable the whole plugins system, no matter what the ACP setting is.
|| ################################################## ##################
\*================================================ ======================*/
define('DISABLE_HOOKS', 1);
http://www.vbulletin.org/forum/showthread.php?t=82621&highlight=disable+plugins