Zen Cart安装FCKeditor的步骤记录如下:

1.首先到官方网站下载 FCKeditor ,解压后上传到 Zen Cart 安装目录下的 editors/fckeditor/ 文件夹中。
2.打开 Zen Cart 安装目录下的 editors/fckeditor/_samples/default.html ,选择PHP的sample测试FCKeditor能否正常提交。
3.确定 Zen Cart 安装目录下的 editors/fckeditor/fckconfig.js 文件中
var _FileBrowserLanguage = ‘php’ ;
var _QuickUploadLanguage = ‘php’ ;
4.打开Zen Cart安装目录下 editors/fckeditor/editor/filemanger/connectors/php/config.php,修改 $Config[‘Enabled’] 值为 true。
5.打开Zen Cart安装目录下 editors/fckeditor/editor/filemanger/connectors/php/config.php,设置附加的上传目录, 例如:
$Config[‘UserFilesPath’] = ‘/up/’ ;
6.把Zen Cart安装目录下的 admin/includes/init_includes/init_html_editor.php 中的
// $editors_list[‘FCKEDITOR’] = array(‘desc’ => EDITOR_FCKEDITOR, ‘handler’ => ‘fckeditor.php’, ‘special_needs’ => “);
这句的注释去掉,即删掉前面的“//”。
到此FCKeditor已安装完成。

1、在configuration – html编辑器中选择你要用的FCKeditor就可以了;

2、在tools –> EZ-pages中的Text Editor下选择下你要用的FCKeditor
这样就调用出来了。