Ok thanks. Do the guys over at vbulletin.com offer support for this mod?
Cap'n Steve already answered someone else with this problem... Im not sure where Im to put this.
Quote:
Originally Posted by Defkalion
Is there a way to disable the module now that I do not have access to the admin cp? Any help would be appreciated. Thanks.
Add this to includes/config.php:
PHP Code:
define('DISABLE_HOOKS', 1);
|