PDA

View Full Version : Problem To write topic in WYSIWYG mode .. help


eurekaa
05-08-2009, 08:00 AM
Hi ,

I have problem in my VB forum that users/members can not post topic in WYSIWYG mode .

What happened is that the home page of the forum is loaded after the member write and click on the topic's submit button without any action to post / create the topic .

this is only when the user use WYSIWYG writing mode . And it works fine if the user change the writing mode from WYSIWYG to the common html mode .

Any idea on how to fix this ?

thanks in advance

Lynne
05-08-2009, 02:57 PM
Try this -
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?

eurekaa
05-09-2009, 04:29 AM
Try this -
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?


nothing change .. the same problem

I created a new default style and tried to add a topic in WYSIWYG mode with no use , after i submit the topic it forward me to the home page without creating the topic

Thanks Lynne for attempt to help

Lynne
05-09-2009, 03:23 PM
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.

eurekaa
05-11-2009, 05:01 AM
In case someone else has this problem ..

its resolved by turning the mod_security off for that domain

Thanks Lynne for cooperating and helping us

Lynne
05-11-2009, 03:19 PM
It was mod_security, huh. I would not have guessed that. I'm glad you figured it out.