PDA

View Full Version : Cannot Edit Posts


Mr.Danko Jones
04-01-2012, 03:54 PM
A few upgrades ago, I noticed that no one on my boards is able to edit their own posts anymore. If you click on Edit Post, it will appear to be 'thinking' and about to let you edit that post, but it just seems to continue swirling without doing anything.

Does anyone have any ideas? I DO have vBSEO installed but never had any problems with it before [i.e. causing problems with the Edit function] so it must be something introduced by vBulletin in the last few upgrades.

Any ideas? Much thanks in advance!

Lynne
04-01-2012, 03:57 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

Mr.Danko Jones
04-01-2012, 04:17 PM
I called it Default2 instead but followed everything else to a tee. Still no luck unfortunately.

Lynne
04-01-2012, 11:48 PM
Then, while still having that style set as the site default, try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

AND make sure you disable vbseo via it's own control panel and remove it's .htaccess.