Could you build a plugin for FCKeditor (http://drupal.org/project/fckeditor) ? As listed here, http://drupal.org/node/208456, it's one of the few WYSIWYG Editors that produces valid HTML and passes the coder module test. Also it is one of the most popular avalable: http://groups.drupal.org/node/6558

Comments

geoff_eagles’s picture

It does look rather good ... but I'm afraid things like getting search working, getting IE working properly, and speeding the whole thing up with caching and an improved directory tree are much higher up the list of priorities. Sorry. You're welcome to have a stab at it and we'll include the code in our distribution!

geoff_eagles’s picture

I note that FCK is now being downloaded a lot more frequently than Tiny:
http://drupalmodules.com/top-downloads

rooey’s picture

Version: 5.x-3.2-rc0 » 6.x-1.x-dev
Assigned: Unassigned » geoff_eagles
geoff_eagles’s picture

Status: Active » Needs review

FCK is now the supported editor plugin for the version 6 dbFM. I hope to introduce plugins for other editors and make the code more flexible in future releases.

rooey’s picture

Status: Needs review » Active

In progress... DBFM 6 only supports FCK at this time.

geoff_eagles’s picture

Status: Active » Closed (fixed)

The FCK Plugin seems to work fine for drupal 6. There are currently no plans to back-port it for drupal 5

Manonline’s picture

Status: Closed (fixed) » Active

Hi,

I followed the instructions, but the button isn't appearing in the editor. (I had copied files inside FCK_stuff in /libraries/fckeditor/editor/plugins and edited fckconfig.js in /libraries/fckeditor)

WYSIWYG module - FCKEditor 2.6.6 (Also tried 2.6)

Server 1:
Ubuntu 10.04
Apache 2.2.14
PHP 5.3.2
MySQL 5.1.4

Server 2:
CentOS 5.2
Apache 2.2.8
PHP 5.2.10
MySQL 5.1.32

geoff_eagles’s picture

Sounds like you've done all the right things. Have you made sure that the file-manager.png file is there?
Have you tried turning it off and on again? - I initially had problems with it not working because my server had cached things so my changes didn't immediately work.