Quote:
Originally Posted by goshalim
Ok a simple one. How do i disable the plugins? Where do i go please
|
Quote:
Originally Posted by Lynne
If it's happening with a default style, then try disabling your plugins.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.
Also, check your page source and see what url it has for logging out.
|
As stated 4 posts previously:
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.