Reputation: 23
I want to add basic WYSIWYG functionality to Drupal 6. It does not have to be bleeding edge. I have found about 150 blogs and posts with options and an equal about of issues and problems
Can somebody point me to the easiest solution?
Upvotes: 1
Views: 295
Reputation: 23
I finally got it working with this combination of modules.
I had a good blog with the recipe for setup, but can't find it today. :(
Upvotes: 0
Reputation: 411
CKEditor is a good choice. CKEditer can integrate with IMCE for file uploading as well as CKFinder.
Upvotes: 1
Reputation: 10351
FCKeditor has been deprecated in favor of CKEditor. CKEditor also has a pay-for file manager addon called CKFinder.
Upvotes: 1
Reputation: 3798
Easiest solution IMO is to use the WYSIWYG api to include TinyMCE.
You will need:
The WYSIWYG module has an excellent administration screen to which you can turn buttons on and off with a simple tick box. I also prefer TinyMCE due to it's small library and therefore fast speed on browsers.
For file uploading and integration with the WYSIWYG, I use:
Which I find super easy, and business users seem to have no issues either. Supports image resizing and thumbnail generation
Upvotes: 2