It should has not be to misunderstand. The directory tree structure in pWS to implement FCKeditor is just prepared. The package FCKeditor itself is just not. As suggested, the pakage was provided from www.fckeditor.com. The current release is 2.3beta and named FCKeditor_2.3b.tar.gz. The package was placed in ./javascript/editors/
With tar -xzf FCKeditor_2.3b.tar.gz at this place the files were unzipped, as expected to the right place.
Than, the not required files for pWS were purged. My directory state /javascript/Editors/FCKeditor/ now is (while the dubdirectory Editor kept untouched:
The last step to do is to adjust config.php in ./config/core/ with:
/************************ EDITOR *******************************/
/
* If you have downloaded a wysiwyg editor or editors for
* phpwebsite, you may enable their use below. You can also
* choose which editor you want to use as the default.
* Example: define('DEFAULT_EDITOR_TOOL', 'FCKeditor');
*/
define('USE_WYSIWYG_EDITOR', TRUE);
define('DEFAULT_EDITOR_TOOL', 'FCKeditor');
FCKeditor with Opera
With Opera (8.5.4), than nothing happened. Opera in the current production state (8.5) does not support FCKeditor, nor other wysiwyg editors. At the opera forums is to see, the comming version 9 offers some support.
FCKeditor with Firefox
With Firefox (1.5), going to the webPages Editor, the view was bright:
As reviewed by fckeditor.net, the support is given since FF 1.0 at the moment, FF probably is the the best choice when using wysiwyg editors.
FCKeditor with IE
FCKeditor with MS IE (6.0) also works:
But...
IE together with Fallout requires really a lot explanations (later).