After setting custom fields to WYSIWYG, the content of the fields doesn’t display in the field in the Edit page. If I return them to Textareas, the content is displayed.
If I create a new WYSIWYG custom field, the field is displayed on the Edit form, content can be added and edited, but when saved, the content disappears and is not saved.
Any ideas as to what might cause this? I’m using EE 1.6.4, TinyMCE 3.1.0.1 and LG TinyMCE 1.3.1, all the latest versions, and no compression.
My LG TinyMCE config is pretty straightfoward, nothing fancy:
mode : 'textareas',
theme : 'advanced',
button_tile_map : true,
editor_selector : 'lg_mceEditor',
fix_list_elements : true,
fix_nesting : true,
relative_urls : false,
theme_advanced_blockformats : 'p,h3,h4',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resize_horizontal : false,
theme_advanced_resizing : true,
plugins : 'safari,inlinepopups,paste,xhtmlxtras',
theme_advanced_buttons1 : 'cut,copy,pastetext,|,formatselect,|,bold,italic,abbr,|,bullist,numlist,|,link,unlink,|,image,|,removeformat,code',
theme_advanced_buttons2 : '',
theme_advanced_buttons3 : ''
I also get the same problem when using the regular TinyMCE extension: blank TinyMCE fields, or no new content saved.
