FCKeditor Plugin ChenPress
-
Q: What’s ChenPress?
A: It’s a WordPress WYSIWYG plugin which replace the default editor with FCKeditor 2.0 FC.Q: What’s the meaning of the plugin name?
A: "ChenPress" just the combine of my name ChenWei and WordPress.Q: Download?
A: Click here to download ChenPressQ: install?
A:- Download the zip file and extract the file ‘chenpress.php’ and folder ‘chenpress’ from it.
- Upload these files to your server and make sure it goes into the ‘wp-content/plugins’ directory.
- Visit your WordPress administration interface’s Plugins page and activate the plugin.
- Creat files foders under ‘wp-content’, just like the following structure:
- wp-content\files
- wp-content\files\File
- wp-content\files\Flash
- wp-content\files\Image
- wp-content\files\Media
- Change the files foders’ properties to 777 use FTP
Q: Which files have been modified to the default FCKeditor 2.0 FC?
A: I modified only three files:- /fckconfig.js
- /fckeditor.js
- /editor/filemanager/browser/mcpuk/connectors/php/config.php
Q: So, what’s the creative work of ChenPress?
A: Just the file "chenpress.php", whick combine FCKeditor 2.0 FC to WordPress.Q: How could I make ChenPress suitalbe?
A: Just configuring the following three files:- chenpress.php
- chenpress\fckconfig.js
- chenpress\editor\filemanager\browser\mcpuk\connectors\php\config.php
==================================
==== Detail Function ConfigurationQ: Can I change the default location of upload files?
A: Just open the file: "chenpress\editor\filemanager\browser\mcpuk\connectors\php"
And modify the parameter: $fckphp_config[‘UserFilesPath’] = "/wordpress/wp-content/files" ;Q: Can I change the toolbar?
A: Just open the file: "chenpress\fckconfig.js"
And modify the parameter: FCKConfig.ToolbarSets["CPToolbar"] = …Q: Can I change the smiley?
A: Just open the file: "chenpress\fckconfig.js"
And modify the parameter: FCKConfig.SmileyPath and FCKConfig.SmileyImagesQ: Where is "quicktags"?
A: Just open the file: "chenpress.php", and delete the following code:// Nuke Quicktages
ob_start(‘nuke_the_quicktags’);
function nuke_the_quicktags( $lookmanoqtags ) {
$lookmanoqtags = preg_replace(‘|<div id="quicktags">.*?</div>|s’, ”, $lookmanoqtags);
return $lookmanoqtags;}Q: Support?
A: Here ??
- The topic ‘FCKeditor Plugin ChenPress’ is closed to new replies.