• 全国400电话网上服务平台
    强大号码库资源任选,方便,快捷,快速开通。
    咨询热线:400-1100-266  

    织梦ckeditor更换为ueditor百度编辑器
    POST TIME:2021-05-23 01:44

    织梦ckeditor更换为ueditor百度编辑器(支持图片水印和多个百度编辑器同时使用)

    织梦ueditor打包下载

    链接: https://pan.baidu.com/s/1iTPuFXSkgXdKhbPaHParyg 提取码: 5ubw 复制这段内容后打开百度网盘

    1、把下载的zip解压得到ueditor文件夹,把解压到的ueditor文件夹扔进你网站的include文件夹去

    2、打开 /include/inc/inc_fun_funAdmin.php 找到

    else if($GLOBALS['cfg_html_editor']=='ckeditor')

    在它上面加入

    else if($GLOBALS['cfg_html_editor']=='ueditor')
    {
    	$fvalue = $fvalue=='' ? '<p></p>' : $fvalue;
    	$code = '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/jquery.min.js"></script><!--需要jquery解决多个百度编辑器同时使用-->';
    	$code .= '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.config.js"></script>';
    	$code .= '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.all.min.js"></script>';
    	$code .= '<script type="text/javascript" charset="utf-8" src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/lang/zh-cn/zh-cn.js"></script>';
    	$code .= '<link rel="stylesheet" type="text/css" href="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/themes/default/css/ueditor.css"/>';
    	$code .= '<script type="text/plain" name="'.$fname.'" id="'.$fname.'">'.$fvalue.'</script>';
    	if($bbcode)
    	{
    		$code .= '<script type="text/javascript">jQuery.noConflict();jQuery(function(){var ue = UE.getEditor("'.$fname.'",{toolbars:[["Source","|",
    	"bold", "italic", "underline","|","fontsize","forecolor","emotion","Undo", "Redo"]],initialFrameHeight:100});});</script>';
    	}
    	else
    	{
    		$code .= '<script type="text/javascript">jQuery.noConflict();jQuery(function(){var ue = UE.getEditor("'.$fname.'",{initialFrameHeight:450});});</script>';
    	}          
    
    	if($gtype=="print")
    	{
    		echo $code;
    	}
    	else
    	{
    		return $code;
    	}
    }

    3、后台-系统-系统基本参数-核心设置-Html编辑器 ,选择 ueditor

    更换ueditor后栏目内容、单页无法保存问题的解决方法

    打开
     

    /dede/templets/catalog_add.htm
    /dede/templets/catalog_edit.htm

    把里面的 form 放置到 <td height="95" align="center" bgcolor="#FFFFFF"> 内,就可以了。

    本地上传图片添加水印的解决方法

    打开 /include/ueditor/php/action_upload.php 找到

    include "Uploader.class.php";

    在它下面加入

    require_once("../../common.inc.php");
    require_once("../../image.func.php");

    打开 /include/ueditor/php/Uploader.class.php 找到 大概在124行左右

    $this->stateInfo = $this->stateMap[0];

    在它下面加入

    @WaterImg($this->filePath, 'down');

    全部完成。

    
    关于我们 | 付款方式 | 建站知识 | 增值服务 | 网站模板
    Copyright © 2003-2016
    时间:9:00-21:00 (节假日不休)
    版权所有:巨人网络(扬州)科技有限公司
    总部地址:江苏省信息产业基地11号楼四层
    《增值电信业务经营许可证》 苏B2-20120278
    X

    截屏,微信识别二维码

    微信号:veteran88

    (点击微信号复制,添加好友)

     打开微信

    微信号已复制,请打开微信添加咨询详情!