Emlog优化 | 还原Emlog自带编辑器为完整版

【摘要】Emlog本身的编辑器是KindEditor,看起来有点简陋,有时感觉用起来不方便,其实只是emlog官方把这个编辑器的功能阉割了,现在只需要简单几步就把他的编辑器功能完整的释放出来。释放上古洪荒之力!!...

    Emlog本身的编辑器是KindEditor,看起来有点简陋,有时感觉用起来不方便,其实只是emlog官方把这个编辑器的功能阉割了,现在只需要简单几步就把他的编辑器功能完整的释放出来。

    释放上古洪荒之力!!!

    KindEditor还是非常不错的,我从emlog一直用到wordpress。

修改后如图:

教程:

    1. 使用FTP工具在目录admin\editor找到kindeditor.js文件。

    2. 打开kindeditor.js文件,在文件末尾找到如下代码:

function loadEditor(id) {
editorMap[id] = editorMap[id] || KindEditor.create('#'+id, {
resizeMode:1,
allowUpload:false,
allowImageUpload:false,
allowFlashUpload:false,
allowPreviewEmoticons:false,
urlType:'domain',
items:['bold','italic','underline','strikethrough','forecolor','hilitecolor','fontname','fontsize','lineheight','removeformat','plainpaste','quickformat','insertorderedlist','insertunorderedlist','indent','outdent','justifyleft','justifycenter','justifyright','link','unlink','image','flash','table','emoticons','code','fullscreen','source','|','about']
});
}

    3. 然后删掉以下代码,就可以还原所有功能了:

items:['bold','italic','underline','strikethrough','forecolor','hilitecolor','fontname','fontsize','lineheight','removeformat','plainpaste','quickformat','insertorderedlist','insertunorderedlist','indent','outdent','justifyleft','justifycenter','justifyright','link','unlink','image','flash','table','emoticons','code','fullscreen','source','|','about']
    4.这样就成功了。

    5.注意 :本方法可能会与图片本地化有冲突,如果发现当有图片时,文章不能发布,请关闭图片本地化插件。


 小东
 简介:专业团队网站开发、安全运维,合作意向请联系!

扫码关注微信公众号:ITDYBOY,学前端,学安全,从0到1,从1到精通!

扫码关注微信公众号:ITDYBOY

发表评论

游客
送你一朵小花花~

帅人已评(8)