Ecshop模板网
首页 > ecshop教程 > ecshop经验分享 > 在ECShop中使用TQEditor编辑器
文章详情

在ECShop中使用TQEditor编辑器

ecshop模板网 / 2014-05-14

在ECShop中使用TQEditor编辑器,整个过程共4个步.

第一步: 下载TQEditor V2.2.5版 
下载网址 http://www.e512.net/tqeditor
第二步: 解压文件到 [网站主目录]/tqeditor/
第三步: 在根目录添加文件 tqeditor_upload_image.php 
----------------------内容如下------------------- 
<?php
/**
Author:TengQiu Li
Copyright: TengQiu Li
Site: http://www.e512.net 
*/
define('DIR_ROOT', dirname(__FILE__).'/');
require_once DIR_ROOT.'tqeditor/upload.inc.php';
$path= 'images/upload/image/';
$save_dir=DIR_ROOT.$path;
$save_url='/'.$path;
$result=uploadImage($save_dir,$save_url,'file',2097152);
echo json_encode($result); 
----------------------文件结束---------------------
第四步: 修改 [网站主目录]/admin/includes/lib_main.php 
修改函数create_html_editor, 修改后如下: 
-----------------修改后的 create_html_editor--------------------- 
function create_html_editor($input_name, $input_value = '')
{
global $smarty;

$htm='<textarea id="'.$input_name.'" name="'.$input_name.'" style="width:100%;height:400px">'.htmlspecialchars($input_value).'</textarea>';
$htm.='<script type="text/javascript" src="/tqeditor/TQEditor.with-plugs.min.js"></script>';
$htm.='<script type="text/javascript" >new TQEditor("'.$input_name.'",{imageUploadUrl:"/tqeditor_upload_image.php"})</script>';
$smarty->assign('FCKeditor', $htm);

-------------------------------------------------------------------
完成.
下一篇: 限制ecshop商品比较的数量 上一篇: 在ecshop文件下载(下载次数、ip、时间)代码
 用户评论(共 0 条评论)
  • 暂时还没有任何用户评论
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服