It should has not to be 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.3.2 and named FCKeditor_2.3.2.tar.gz. I did this by
With tar -xzf FCKeditor_2.3.2.tar.gz at this place the files were decompressed, 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 and also 9.0), nothing happened. Opera in the current production states does not support FCKeditor, nor other wysiwyg editors.
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. Also supported are Mozilla and Netscape.