Zen Cart 安装了 FCKeditor的步骤记录如下:
- 首先到官方网站下载 FCKeditor ,解压后上传到 Zen Cart 安装目录下的 editors/fckeditor/ 文件夹中。
- 打开 Zen Cart 安装目录下的 editors/fckeditor/_samples/default.html ,选择 PHP 的 sample 测试 FCKeditor能否正常提交。
- 确定 Zen Cart 安装目录下的 editors/fckeditor/fckconfig.js 文件中
var _FileBrowserlanguage = ‘php’ ;
var _QuickUploadLanguage = ‘php’ ; - 打开 Zen Cart 安装目录下 editors/fckeditor/editor/filemanger/connectors/php/config.php,修改 $Config['Enabled'] 值为 true。
- 打开 Zen Cart 安装目录下 editors/fckeditor/editor/filemanger/connectors/php/config.php,设置附加的上传目录, 例如:
$Config['UserFilesPath'] = ‘/up/’ ; - 把 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编辑器 中选择你要用的就可以了
2、在tools EZ-pages中的Text Editor下选择下你要用的
这 样就调出来了