Try disabling all the plugins through your config.php file: if you still have this problem. To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
See if you still have the problem. If so, try browsing your site using a totally default vbulletin skin/style and see if you still have the same problem.
|