织梦dedecms图片/软件模型下编辑(框)器功能显示不全修复方法
发布时间:2020-09-05 09:39:53 所属栏目:CMS系统 来源:互联网
导读:原图片/软件模版编辑框 修改方法: 一、图片模型 1.打开后台目录/templets/album_add.htm找到 td ?php GetEditor(body,,450,Diy); ?/td 替换下面代码 td ?php GetEditor(body,,450); ?/td 2.打开后台目录/templets/album_edit.htm找到 td?php GetEditor(body
|
替换下面代码 |
2.打开后台目录/templets/album_edit.htm找到 |
替换下面代码 | 二、软件模型 1.打开后台目录/templets/soft_add.htm找到 GetEditor('body','',250,'Small'); 替换下面代码 GetEditor('body',250); 2.打开后台目录/templets/soft_edit.htm找到 GetEditor("body",$addRow["introduce"],"Small"); 替换下面代码 GetEditor("body",250); (编辑:4S站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |