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下选择下你要用的,这样就调出来了

  • 相关阅读:
    OCP-1Z0-053-V13.02-702题
    OCP-1Z0-053-V13.02-688题
    OCP-1Z0-053-V13.02-691题
    OCP-1Z0-053-V13.02-698题
    OCP-1Z0-053-V13.02-703题
    OCP-1Z0-053-V13.02-701题
    OCP-1Z0-053-V13.02-685题
    memcached 按键查找和批量查找
    catch(CException *e)捕获异常
    char数组最大长度
  • 原文地址:https://www.cnblogs.com/lookyou/p/2144003.html
Copyright © 2011-2022 走看看