zoukankan      html  css  js  c++  java
  • zencart 安装FCKeditor 步骤

    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编辑器中选择你要用的就可以了

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

  • 相关阅读:
    sql基础笔记备忘
    论坛---挂掉的思考
    http response
    跑步肋骨下方疼
    Golang
    svn rollback: 恢复到上一版本
    中国时区
    crontab
    初识redis
    siege
  • 原文地址:https://www.cnblogs.com/lookyou/p/2144003.html
Copyright © 2011-2022 走看看