FCKeditor plugin
From B2evolution
The FCKeditor Plugin allows you to integrate FCKeditor as a RTE (Rich Text Editor) - also known as WYSIWYG ("What you see is what you get") - for editing items.
Contents |
[edit] Location
The FCKeditor plugin's source is hosted in the PluginsRepository at: http://svn.sourceforge.net/viewcvs.cgi/evocms-plugins/fckeditor_plugin/.
Download it from here at Sourceforge.
[edit] Requirements
In teory, this plugin works on b2evolution 1.8, but recommends 1.9 (for interaction with other plugins, which also work with the textarea). I only tested this plugin on b2evolution 1.9.3
[edit] Install
Just unzip on the plugins directory of b2evolution
[edit] Support
- Please try the most recent version first in case of problems
- If that does not solve your problem, report it in the forum thread for this plugin.
- The upload directory is defined inside fckeditor, you have 2 options, create this directory structure /weblog/media/ on your website with perms to your apache owner or manually change this two files.
- FCKeditor/editor/filemanager/browser/default/connectors/php/config.php and
- FCKeditor/editor/filemanager/upload/php/config.php
and point the var $Config['UserFilesPath'] to whatever you need, the default is this $Config['UserFilesPath'] = '/weblog/media/' ;
[edit] Credits
Thanks to Queres Tecnologias for support this development.

