欢迎来到入门教程网!

dedecms

当前位置:主页 > CMS教程 > dedecms >

dedecms更换百度编辑器

来源:本站原创|时间:2021-08-05|栏目:dedecms|点击:

下载百度ueditor编辑器源码
搜索“百度ueditor”去官方下载编辑器源码
 
安装百度ueditor编辑器
在include目录下新建一个“ueditor”文件夹,讲刚才下载的文件解压后上传至此目录。
 
修改配置文件
找到include/inc/下的inc_func_funcAdmin.php文件,在判断编辑器部分,如下
 
if($GLOBALS['cfg_html_editor']=='fck')
在它后面大概367行添加如下判断
 
else if($GLOBALS['cfg_html_editor']=='ueditor') { $fvalue = $fvalue=='' ? '<p></p>' : $fvalue; $code = '<script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.config.js"></script> <script type="text/javascript" charset="utf-8" src="/include/ueditor/ueditor.all.js"></script> <link rel="stylesheet" type="text/css" href="/include/ueditor/themes/default/css/ueditor.css"/> <textarea name="'.$fname.'" id="'.$fname.'" style="width:100%;">'.$fvalue.'</textarea> <script type="text/javascript">var ue = new baidu.editor.ui.Editor();ue.render("'.$fname.'");</script>'; if($gtype=="print") { echo $code; } else { return $code; } }
修改网站后台系统配置
进入后台,在>系统>系统基本参数>核心设置>将“Html编辑器”改为“ueditor”,然后保存即可。
 

上一篇:织梦dedecms 模板下载防止被盗用被下载被偷窥的方法

栏    目:dedecms

下一篇:dedecms 织梦搜索关键词调用的链接修改 改掉PLUS目录

本文标题:dedecms更换百度编辑器

本文地址:https://www.xiuzhanwang.com/a1/dedecms/15222.html

更多dedecms

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 脚本教程网 版权所有