PDA

View Full Version : Problems making a post or editing posts


ProFifaLeagues
01-13-2010, 01:04 PM
Just been informed our members are having issues posting a advanced reply and also when using the edit post button it seems to cause there browsers to crash and restart!!
Any ideas on the cause of this as theres quite a few people having the problems now!
Thanks any info would be great.

Lynne
01-13-2010, 01:52 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?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

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.

ProFifaLeagues
01-13-2010, 02:14 PM
Cheers yet again Lynne,So helpful as always! :)
When using the style you said its all working fine!
But things like my shout box etc is not showing,what do i need to do now?
Would i readd all the templete edits etc which were done to the other theme?
thanks for the help.

Lynne
01-13-2010, 03:19 PM
If the default style has everything working, then you will want to compare your modified templates to the default templates. I would start with the header, headinclude, and footer templates and see if something was added that you don't have in your templates.

ProFifaLeagues
01-13-2010, 03:27 PM
Thanks again lynne