找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 2982|回复: 0

[教程] zblog高级进阶教程8:新版Zblog后台ueditor编辑器增加去除全部外链教程

[复制链接]
发表于 2013-6-4 14:03:45 | 显示全部楼层 |阅读模式 来自 中国–江苏–苏州
      zblog2.1程序功能很强大,但是一些细节还不够符合每个人的要求,比如如果需要复制一些网络文章到博客分享。复制的文章往往带有暗连,一个个去除很麻烦,需要批量去除。而发现新版的zblog去掉了ueditor的取消超链接功能,本文将介绍怎么加上去。
      方法很简单,只需修改一个代码:
找到:\zb_system\ADMIN\ueditor\editor_config.asp 文件
在文件42行里找到:
oDic.Add "toolbars","[ [ 'source', '|', 'undo', 'redo', '|', 'bold', 'italic', 'underline', 'strikethrough', 'superscript', 'subscript','forecolor', 'backcolor', '|', 'insertorderedlist', 'insertunorderedlist','indent', 'justifyleft', 'justifycenter', 'justifyright','|', 'removeformat','formatmatch','autotypeset', 'searchreplace'],[ 'fontfamily', 'fontsize','|', 'emotion','link','music','insertimage',,'insertvideo', 'attachment','spechars','|', 'map', 'gmap','|', "&IIf(ZC_SYNTAXHIGHLIGHTER_ENABLE,"'highlightcode',","")&"'blockquote', 'pasteplain','wordimage','inserttable', '|' ,'scrawl','horizontal','fullscreen']]"

在'link',后面加上'unlink',
即修改为:
oDic.Add "toolbars","[ [ 'source', '|', 'undo', 'redo', '|', 'bold', 'italic', 'underline', 'strikethrough', 'superscript', 'subscript','forecolor', 'backcolor', '|', 'insertorderedlist', 'insertunorderedlist','indent', 'justifyleft', 'justifycenter', 'justifyright','|', 'removeformat','formatmatch','autotypeset', 'searchreplace'],[ 'fontfamily', 'fontsize','|', 'emotion','link','unlink','music','insertimage',,'insertvideo', 'attachment','spechars','|', 'map', 'gmap','|', "&IIf(ZC_SYNTAXHIGHLIGHTER_ENABLE,"'highlightcode',","")&"'blockquote', 'pasteplain','wordimage','inserttable', '|' ,'scrawl','horizontal','fullscreen']]"
非常简单的增加个代码就有了,在看后台编辑器。有一个批量去除超链接的按钮,只需全选文章,点击按钮,就可以完全去除全文的链接了!

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则 需要先绑定手机号

关闭

站长推荐上一条 /1 下一条

QQ|侵权投诉|广告报价|手机版|小黑屋|西部数码代理|飘仙建站论坛 ( 豫ICP备2022021143号-1 )

GMT+8, 2024-11-2 23:35 , Processed in 0.035803 second(s), 8 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表