位置: IT常识 - 正文
推荐整理分享织梦更换ueditor百度编辑器(支持图片水印和多个百度编辑器同时使用)(织梦改logo),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:织梦的首页怎么换图片,织梦怎么改文字,织梦logo怎么更换,织梦logo怎么更换,织梦怎么改网站主页,织梦网站怎么改logo,织梦更换模板后文章数据库链接错误,织梦网站怎么改logo,内容如对您有帮助,希望把文章链接给更多的朋友!
1、直接到百度编辑器官方下载PHP对应的版本
ueditor官方地址:http://ueditor.baidu.com/website/download.html
2、dedecms程序include文件夹下,创建ueditor文件夹
把下载到的ueditor文件扔进去(index.html不要)
(此图片来源于网络,如有侵权,请联系删除! )
3、includeincinc_fun_funAdmin.php增加ueditor编辑器
找到
else if($GLOBALS['cfg_html_editor']=='ckeditor')
{
...中间代码省略
}
在它们的下面增加
//百度编辑器elseif($GLOBALS['cfg_html_editor']=='ueditor'){$fvalue=$fvalue==''?'<p></p>':$fvalue;$code='<scripttype="text/javascript"charset="utf-8"src="http://apps.bdimg.com/libs/jquery/1.6.4/jquery.min.js"></script><!--需要jquery解决多个百度编辑器同时使用-->';$code.='<scripttype="text/javascript"charset="utf-8"src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.config.js"></script>';$code.='<scripttype="text/javascript"charset="utf-8"src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/ueditor.all.min.js"></script>';$code.='<scripttype="text/javascript"charset="utf-8"src="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/lang/zh-cn/zh-cn.js"></script>';$code.='<linkrel="stylesheet"type="text/css"href="'.$GLOBALS['cfg_cmspath'].'/include/ueditor/themes/default/css/ueditor.css"/>';$code.='<scripttype="text/plain"name="'.$fname.'"id="'.$fname.'">'.$fvalue.'</script>';if($bbcode){$code.='<scripttype="text/javascript">jQuery.noConflict();jQuery(function(){varue=UE.getEditor("'.$fname.'",{toolbars:[["Source","|","bold","italic","underline","|","fontsize","forecolor","emotion","Undo","Redo"]],initialFrameHeight:100});});</script>';}else{$code.='<scripttype="text/javascript">jQuery.noConflict();jQuery(function(){varue=UE.getEditor("'.$fname.'",{initialFrameHeight:450});});</script>';}if($gtype=="print"){echo$code;}else{return$code;}}4、修改ueditor上传文件的路径
打开includeueditorphpconfig.json
里面的
/ueditor/php/upload/image/
/ueditor/php/upload/video/
/ueditor/php/upload/file/
修改成自己的,如:
/uploads/allimg/
/uploads/video/
/uploads/file/
5、后台-系统-核心设置-Html编辑器,里面填上ueditor
(此图片来源于网络,如有侵权,请联系删除! )
完成
dedecms织梦更换ueditor后栏目内容、单页无法保存问题的解决方法
打开
dede empletscatalog_add.htm (dede是你的后台目录)
dede empletscatalog_edit.htm
把里面的form放置到
<td height="95" bgcolor="#FFFFFF">
内,就可以了。
(此图片来源于网络,如有侵权,请联系删除! )
若GBK网站替换后,中文出现乱码,可以参考这篇《织梦整合百度编辑器ueditor编码gbk中文乱码解决方法》
本地上传图片添加水印的解决方法
打开includeueditorphpction_upload.php找到
include "Uploader.class.php";
在它下面加入
require_once("../../common.inc.php");
require_once("../../image.func.php");
再打开includeueditorphpUploader.class.php找到
$this->stateInfo = $this->stateMap[0];
大概在124行左右
在它下面加入
@WaterImg($this->filePath, 'down');
完成,这样上传本地图片和批量上传图片就自动加水印了。
免责
上一篇:php框架有哪些(php的框架)
下一篇:织梦文档arcrank和ismake两个字段的含义(织梦文档网站模板)
友情链接: 武汉网站建设