最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Phpcms默认编辑器换为百度ueditor编辑器
时间:2022-06-25 19:41:19 编辑:袖梨 来源:一聚教程网
1.下载ueditor
网址:http://ueditor.*bai**du.com/website/download.html (如1.4.2版本)
解压并重命名文件夹名称为ueditor,放入phpcms2008根目录。
2.打开include/form.class.php 并查找editor函数
将
| 代码如下 | 复制代码 |
| function editor($textareaid = 'content', $toolbar = 'Basic', $width = '600', $height = "400", $isshowext = 1) { ...... } |
|
替换为
| 代码如下 | 复制代码 |
| function editor($textareaid = 'content', $toolbar = 'Basic', $width = '600', $height = "400", $isshowext = 1) { $str = ""; return $str; } |
|
4.打开include\fields\editor\form.inc.php(如下图)
查找并删除 style=\"display:none\"
5.进入phpcms2008后台:我的面板-常用操作-更新缓存(如下图)
相关文章
- 孤山独影巧克力大师成就如何完成 04-11
- 美篇电脑版登录入口-美篇网页版一键登录 04-11
- 漫蛙漫画app下载安装免费版-漫蛙漫画最新版本官方app下载入口 04-11
- 饥荒远古科技怎么合成 04-11
- 格斗三国志新手如何搭配阵容 04-11
- UC网盘如何不限速下载资源-UC网盘不限速下载技巧2026 04-11

