Powered by MediaWiki
Personal tools

FCKeditor plugin

From B2evolution

Jump to: navigation, search
This screencap shows the FCKeditor editor in b2evolution 1.9.3
This screencap shows the FCKeditor editor in b2evolution 1.9.3

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

  1. Please try the most recent version first in case of problems
  2. If that does not solve your problem, report it in the forum thread for this plugin.
  3. 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.