views:

29

answers:

1

For some reasons the checkboxes in "custom formatting options" are always selected. Even if I unselect them and save them, they remain selected.

Screenshot: http://dl.dropbox.com/u/72686/customFormattingOptions.png

Could you explain me why ?

thanks

A: 

Sounds like the form is not submitting properly, and just keeps using the old values. As a temporary fix, you can either:

  1. Debug the module's PHP code and fix the form submission yourself
  2. Or look in the database and manually make the necessary changes to the configuration (might be in the variable table or in a custom table created by the module itself)

As a more permanent solution, I'd file a bug in the module issue queue for the module you're using to integrate CKEditor on your site. If you tell us what version of Drupal and what module (and its version) you're using to integrate CKEditor with Drupal, someone here might be able to debug the code as well.

semperos

related questions