FCKEditor or CKEditor
On installing Drupal for the first time I replaced the default Editor with the new stable release CKEditor, so far I'm pleased with the results but I haven't had a chance to delve into it yet with regards to Uploads, Videos and other media content.
Whats your views on this?
- Doc's blog
- Login or register to post comments
-

Comments
#1 I'm almost there
The CKEditor module is looking like the way to go. The reason that I haven't switched yet is because I'm currently using the WYSIWYG Module (which allows for multiple editors). But, I don't forsee needing anything else. I can't think of a reason to have TinyMCE handle Articles and CKEditor handle Blogs.
I stuck with WYSIWYG vs CKEditor also because of support for the Better Formats Module. This is now supported by the CKEditor Module.
There is an issue with the way WYSIWYG handles CKEditor buttons. If you don't set any buttons in the profile, then they all get displayed using CKEditor's defaults. As soon as you pick a single button, the whole button format gets messed up. CKEditor (independent of the WYSIWYG Module allows you to create profiles, modify formats and styles all in a very modular way. Setting up and configuring Editor layouts and styles is something that I don't think I'll revisit frequently, so I don't have an issue keeping the config within the CKEditor files as opposed to in the database.
Integration with IMCE was also an issue. It's been difficult to figure out the proper configuration, but I just found a great article discussing the missing piece of the puzzle here.
I also want integration with the Image/Filefield module in addition to the Insert Module and the Image Resize Filter Module. As if my wants are not enough, I want images uploaded via the Image Module to carry their lightbox display attributes with them when they're sent to the editor via the Insert Module.
Finally, and this is the deal killer, is the ability to post code in the Editor using syntax sensitive tagging so that code is easily readable and color coded based on syntax, but still able to be copied into your copy buffer and pasted into a code editor. It's looking like GeShi can be used for code with CKEditor. See the article here.
This should be easier for you than for me since I've got a site full of posts with code relying on Input Formats and WYSIWYG configurations that are tied to the posts. I have to be careful in converting so that the new setup doesn't munch on code when I try to edit anything.
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#2 Teaser Break
The Teaser Break button (which is very useful for manually deciding where the Teaser Break will occur in a post does not respond with the CKEditor Module. There is an issue logged here. The recommendation is to use the current dev version (6.x-1.x-dev). I'm giving it a try, but am leary about deploying dev versions of modules without thoroughly checking the issues queue for issues that come up after the last stable release.
I also had to add:
CKEDITOR.timestamp = CKEDITOR.timestamp + '1';to the end of /sites/all/modules/ckeditor/includes/ckeditor_utils.js.
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#3 Any reason TimyMCE is not
Any reason TimyMCE is not being considered? I've been using it (WYSIWYG & IMCE) w/o issue on many production drupal sites.
Haven't looked into the lightbox stuff before with it though.
#4 Because of Code Filters
This started a long time ago. I started with the WYSIWYG Module and, at the time, FCKEditor was a smoother implementation than TinyMCE. Whatever I ended up with for an editor needed to be full-functional including:
I've come pretty darn close this time. With the CKEditor and GeSHi filter, I almost have integrated code via the editor.
This issue has been sidetracking me for a long time. I'm almost ready to just revert to a Style with no syntax highlighting (ie different colored background box with code displayed.
Have you had any luck with using either Codefilter or GeSHi with TinyMCE?
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#5 I haven't done anything
I haven't done anything advanced with TinyMCE. It's just been a regular WYSIWYG with IMCE integration. No lightbox or code highlighting or anything, so you're the better judge on this than I.
#6 editor
What editor did you get working here, i have tried several and no luck.
#7 I'm using FCKEditor with the
I'm using FCKEditor with the WYSIWYG module. If you notice when you post, there are a bazillion editor options. For this site, I need to be able to include code. FCKEditor can't handle code tags because of the way it parses p and pre tags (via the editor's javascript and not server side logic - ie all FCKEditor code). So I include multiple wysiwyg and non wysiwyg options - some of which allow for code tags.
The age old problem we had in the old SP days with code formatting correctly until you try to edit your post still exists.
One thing that I am particularly impressed with, however, about FCKEditor (and its integration with image uploading etc) is that it seems to be fairly HTML 5 compliant. In other words, I can edit posts on my Blackberry Playbook (tablet).
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#8 FCKEditor
I will try it now, i think i did but i will again, i can't gett the buttom to upload or browse server to work,
as always im sure its user error or did you put that there by coding it in ?
#9 If you can tell me what
If you can tell me what version of:
you are using, I might be able to help.
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#10 version
•FCKEditor = FCKeditor_2.6.6
•WYSIWYG Module = wysiwyg-7.x-2.0
•Filefield Module = filefield-6.x-3.10
•Imagefield Module = imagefield-6.x-3.10
•IMCE = IMCE 7.x-1.4
#11 filefield
#12 Modules are specific to the
Modules are specific to the version of Drupal that you are using. I am assuming you are using Drupal 6. If this is the case then you are using the wrong WYSIWYG and IMCE modules. The ones you have listed are the Drupal 7 versions of the modules.
"Once in a while you get shown the light
in the strangest of places if you look at it right."
-Garcia/Hunter
#13 Drupal 7
I am using Drupal 7.2 on my testing site. i have 6 , 7 , 7.2 and 8 available but right now i am using 7.2 i have the other versions ready to run the install just make a small dir change in IIS and i can set up 6 , or 7 8 requires that i upgrade to PHP5.3 and i just don't want to do that as of yet, i think i may have to start over again, i set up an RSS feed in the Feed aggregator and now my RSS don't work. i do not want to start a bunch of stupid mistake questions or posts here to clutter up your forum. But when i do start over i will be using Drupal 7.2