Here's the first shot at integrating a wysiwyg editor
into comikaze. It has been tested and works in Firefox
1.0.2 and from the editors homepage it should work with
IE 5.5, Firefox 0.6.1 and mozilla 1.3.1 and up, or
other gecko based browsers.
It uses the RTE Revamped editor* since it is light
weight and produces xhtml output using html2xhtml.
Currently toggling whether to use wysiwyg or not is
done using passing a parameter to the ccm_admin
constructor which defaults to true. This will probably
be changed later. So for now to disable wysiwyg editing
just go to includes/classes/admin.class.php and find
the ccm_admin constructor and set the $wysiwyg variable
to default to false.
*Original RTE homepage:
http://www.kevinroth.com/rte/demo.htm
*The revamped editor:
http://www.kevinroth.com/forums/viewtopic.php?t=598
The changed and added files are included in this archive.
Logged In: YES
user_id=328519
Just added another patch, this one uses FCKeditor which has
to be downloaded seperately from http://www.fckeditor.net.