欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

织梦dedecms图片/软件模型下编辑(框)器功能显示不全修复方法

时间: 2018-12-07 23:49 阅读: 作者:素材无忧网


原图片/软件模版编辑框
修改方法:
一、图片模型
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",$body,450,"Diy"); ?></td>
替换下面代码
<td><?php GetEditor("body",$body,450); ?></td>

二、软件模型
1.打开后台目录/templets/soft_add.htm找到
GetEditor('body', '', 250, 'Small');
替换下面代码
GetEditor('body', '', 250);
2.打开后台目录/templets/soft_edit.htm找到
GetEditor("body",$addRow["introduce"],250,"Small");
替换下面代码
GetEditor("body",$addRow["introduce"],250);

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: 织梦dedecms图片/软件模型下编辑(框)器功能显示不全修复方法

标签:  
模板推荐