开发者

Simple WYSIWYG input for Drupal input

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 wi开发者_StackOverflow社区th options and an equal about of issues and problems

Can somebody point me to the easiest solution?


Easiest solution IMO is to use the WYSIWYG api to include TinyMCE.

You will need:

  • WYSIWYG dev release (supports new TinyMCE)
  • TinyMCE main package

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:

  • IMCE
  • IMCE Wysiwyg bridge

Which I find super easy, and business users seem to have no issues either. Supports image resizing and thumbnail generation


FCKeditor has been deprecated in favor of CKEditor. CKEditor also has a pay-for file manager addon called CKFinder.


CKEditor is a good choice. CKEditer can integrate with IMCE for file uploading as well as CKFinder.


FCKeditor and TinyMCE are both good, simple choices.


I finally got it working with this combination of modules.

  • TinyTiny MCE – text editor
  • Tiny MCE - js
  • IMCE – image uploader

I had a good blog with the recipe for setup, but can't find it today. :(

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜