作者excimo (excimo)
看板Blog
标题[Blogger]如何删除遭锁定的widget中quick edit的图像?
时间Tue Jun 14 00:03:09 2011
最近用了一个新的版型,这个版型是由别人制作的,理所当然会包涵版权宣告
而BLOGGER也很聪明的锁定了版权宣告,不让人乱删,给作者应有的肯定
我没有打算删除版权宣告,但是里面有一个QUICKEDIT的图示我很想删掉
因为我想要让版面尽量乾净,这里的CODE是这样的
我只想要删掉黄色那一行,该如何解决呢? 先谢谢大家了~~~
<!-- outside of the include in order to lock Attribution widget -->
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
<b:if cond='data:feedbackSurveyLink'>
<div class='mobile-survey-link' style='text-align: center;'>
<data:feedbackSurveyLink/>
</div>
</b:if>
<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != ""'>
<data:attribution/>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.64.247.75
1F:→ b0339576:去後台设定把快速编辑的功能关掉不就好了? 06/14 00:07
2F:→ excimo:快速编辑只适用於本文'post' 其他好像不受影响? 06/14 00:26
3F:→ excimo:我已经关了 还是一直看到quickedit的图示 06/14 00:26
4F:→ excimo:结果我用adblock plus直接阻档图片了 XD 06/14 00:42
5F:推 jtmh:後台的快速编辑好像是文章的快速编辑,显示出来是一枝铅笔, 06/14 12:29
6F:→ jtmh:而原 po 看到的应该是小工具的快速编辑,显示出来是螺丝起子 06/14 12:30
7F:→ jtmh:和把手。 06/14 12:31
8F:→ jtmh:至於版权宣告这个小工具好像被锁定了,改了里面的内容在存档 06/14 12:33
9F:→ jtmh:後都会被回复为原始状态,我最近因为宣告里的英文句点 (.) 06/14 12:34
10F:→ jtmh:想改成中文句点 (。) 一直无法改成功 = = 06/14 12:35
11F:→ excimo:正如楼上所言...网路上有加入注解的方式 <!-- --> 06/15 06:53
12F:→ excimo:但是有时成功有时失败还蛮奇怪的 06/15 06:54