How to Disable and Turn Off vBulletin Plugin and Product System
vBulletin community forum messaging system has a powerful and useful plugins system that extends the capabilities of the forum boards. Webmasters and administrator can upload and install various plugin products developed by vB team or third-party developers to add functionalities to the board to enhance user experiences, supplement board with features such as points system, bounced emails management, games and etc.
Sometimes, webmasters may require to disable the plugin system in vBulletin, such as in the case when want to upgrade the version of vBulletin software, or when troubleshooting problems on the vB board and administrators want to isolate the problems not caused by the installed products or plugins.
In newer version of vBulletin such as vB v3.0 and vB v.3.5, vBulletin administrator can easily turn off and disable Plugin and Product system by going to:
Admin CP -> vBulletin Options -> Plugin/Hook System -> Enable Plugin/Hook System
Then click on the “No” radio button and then “Save” button to globally disable the plugin/hook system. After turning off the system, only vBulletin-native code will be run, so it can be used to establish whether errors exist within vBulletin itself or in plugin code.
In older version of vBulletin, administrator can add in the following line of code in config.php file inside vBulletin directory to disable the plugin system, at the top of the file right after <?php line.
define('DISABLE_HOOKS', true);
Related Articles
- How to Turn On and Enable vBulletin RSS Feed and XML Syndication Support
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option
- Hack to Add Forum Sponsors to vBulletin Categories and Forums
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista
- Disable or Turn Off (Or Enable and Turn On) Windows Vista Internet Explorer 7 (IE7) Protected Mode
- You Are Not Authorized to Execute SQL Queries in vBulletin Maintenance
- Disable, Uninstall and Remove Skype Add-On Call This Phone Number on Web Page and Toolbar Plugin Menu in IE
- Disable and Turn Off Telnet in Linux
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon









































