织梦园模板网提供云优cms模板,pbootcms模板,Wordpress主题模板等各类企业新闻资讯网站模板下载服务。织梦园网站模板交流群
用户名:
密码:
注册
注册后享受折扣价

解决dedecms 5.7文章编辑器附件上传图标不显示

织梦园模板 / 2017-12-21 / 收藏

问题bug:在dedecms 5.7中发现了一个小bug,在文章编辑器的工具菜单栏的附件上传图标按钮不见了。点击原上传原来的附件上传图标仍然可用(如下图)。

文章编辑器的工具菜单栏的附件上传图标按钮显示为空白(图)

解决方法:打开include/ckeditor/plugins/addon/plugin.js

找到以下代码:
 
// Register the toolbar button.
editor.ui.addButton( 'Addon',
{
label : '附件',
icon : 'http://desdevcms.com/images/addon.gif',
command : pluginName
});
 
将icon : 'http://desdevcms.com/images/addon.gif'改为icon : '/include/ckeditor/images/addon.gif'

dedecms文章编辑器附件上传图标修改后显示正常(图)

原因:该附件上传图标默认引用的是织梦官方的图片,现已失效。

相关故障问题

收缩