Ckeditor saving blank data

Hi! When I apply some html styles link link, bullets or links, the ckeditor is saving that current field with no data. If I use only plain text, paragraphs, the data is saved properly.

** Any ideas? **

Thanks!

Comments

  • It will be a ckeditor plugin question for their forums. Fuel's ckeditor settings should be in ./config/editors.php - is that getting loaded? Does it have the correct settings?

  • You may also want to try adding this to your module's config (if it is indeed in a module and not in a page layout because this setting already exists for the pages module):

    'sanitize_input' => array('template','php'),
    
Sign In or Register to comment.