ChenPress 3.0 is a WordPress WYSIWYG plugin which replace the default
editor with FCKeditor 2.0 Final.
== What's new ==
1. Promote FCKeditor to version 2.0 final.
2. Put all the ChenPress files under one folder so as to reduce
confusion.
3. Add a folder "UserFiles" in order to simplify the installation.
== Installation ==
1. Unzip the chenpress.zip file, and you will have a "chenpress" folder
containing all the ChenPress files.
2. Upload the "chenpress" folder and its contents to your
wp-content/plugins directory.
3. Move the folder "UserFiles" to your website's root
(http://www.example.com/UserFiles), and set the properties of the
folder and its subfolder to 777.
4. Go to the Plugins page in your WordPress Administration area and
click 'Activate' for ChenPress.
== Frequently Asked Questions ==
Q: Can I change the location of "UserFiles"?
A: Yes! Firstly, move "UserFiles" to the new location. Secondly,
configure the parameter $fckphp_config['UserFilesPath'] in the file:
"chenpress\fckeditor\editor\filemanager\browser\mcpuk\connectors\php\config .php".
Q: Can I customise chenpress' toolbar?
A: Yes! Just configure the parameter
FCKConfig.ToolbarSets["WordPressTool"] in the file:
"chenpress\fckeditor\fckconfig.js"
Q: More customize?
A: Check the following three files,you can find more:
chenpress\chenpress.php
chenpress\fckeditor\fckconfig.js
chenpress\fckeditor\editor\filemanager\browser\mcpuk\connectors\php\config. php