将Ecshop后台fckeditor升级更改为kindeditor 4.1.10编辑器
第一步:下载kindeditor,下载地址为:http://www.kindsoft.net/down.php 下载最新版本的,现在是4.1.10
下载之后,把里面不要的语言和演示文件删除,有,asp、asp.net jsp和examples四个文件夹删掉。
把文件夹改名为:kindeditor,然后上传到根目录includes/下面,和fckeditor同一级就是了。以后可以把fckeditor删除了。
第二步:修改admin/includes/lib_main.php把里面的create_html_editor方法修改为创建kindeditor的内容:
直接替换就ok了:
function create_html_editor ($input_name, $input_value = '')
{
global $smarty;
$kindeditor="<script …
2015-05-03
开发笔记
最新评论