RSS

How to disable all vBulletin plugins via PHP config file

17 May

Occasionally, when things go crazy in the vBulletin admincp backend, you may need to disable the plugin system using the config.php file. Just place the following code below <?php inside includes/config.php:

define(‘DISABLE_HOOKS’, true);

All plugins will now cease to execute until after you disable the line in your config file.

About these ads
 
Leave a comment

Posted by on May 17, 2012 in Web Development

 

Tags: , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

%d bloggers like this: