contemplate.module requires fckeditor to me shut off so that the fields can be populated properly.
contemplate has two text areas edit-body and edit-teaser. if i exclude fckeditor from edit-body, its removed from every edit body.
what to do so that fckeditor and contemplate can be used in harmony ?
Comments
Comment #1
vm commentedAfter closer inspection I see where there isnt much that can be done about this issue.
How about a fckeditor toggle, like that of tinymce so that it can be shut off on the fly for offending fields where it can't be used, while not removing it from all fields of the same name?
Comment #2
ontwerpwerk commentedIt's an intriguing idea, I will try to implement it sometime. I hope it's possible with the way the FCKeditor works.
At the moment it is the other way around though, you can use the FCKeditor as a popup.
Comment #3
ontwerpwerk commentedmore accurate title and category
--
the idea is to change the way fckeditor is enabled by a link next to the textarea similar to tinymce
first: check if fckeditor might be loaded dynamically
at the moment that looks a little bit complicated, and other things like teaser breaks and image- and filemangement are more important
Comment #4
denney commentedAny updates on this?
Subscribing to issue.
Comment #5
heimstein commentedher is a dirty solution for making FCKeditor peacefully co-exist with the contemplate-module
(to great modules, which HAVE TO WORK TOGETHER!)
find in fckeditor.module approx line 205:
and replace this by
if you used translation, you have to adjust this to match the titles, of course
thanks all for FCKeditor and contemplate!
Comment #6
jasonwhat commentedOne option might be to be able to set the path where fckeditor is exluded. If fckeditor is enabled I can't use contemplate's admin interface, so I have to disable it. I'm also seeing the same problem with the views modules text fields. A simple solution would be a setting that let's you specify paths to exclude fckeditor such as "admin*" so it doesn't show on any admin pages. It would be great to extend this feature to exclude text fields by cck rendered id as well.
Comment #7
ontwerpwerk commentedjasonwhat: the option to exclue paths exists in the latest develoment version of the module... please test that first
Comment #8
Duplika commentedAm I wrong or you can only specify which URL's to display FCKeditor? Because it would be awesome to specify where to disallow it instead of where to allow it.
Comment #9
wwalc commentedIt is now possible to use toggle to turn on/off FCKEditor on the fly (+ I have added a couple of other new options).
Please check fckeditor 5.x-2.x-dev release.
Comment #10
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
SamRose commented(sub)