云水论坛

标题: [转帖]分享如何去掉图片附件的下载提示 For 7.0/X1.5 [打印本页]

作者: 森森    时间: 2011-2-20 19:58
标题: [转帖]分享如何去掉图片附件的下载提示 For 7.0/X1.5
一、DISCUZ 7.0修改(此方式我没测试,请需要者摸索修改)

我用的版本是Discuz 7.0,发现帖子里面的图片下载提示经常会挡住部分文字,影响了阅读,决定去掉这个下载提示,在论坛搜了一下,发现有不少人都有这个问题,不过都还没有解决方法,经过半天的研究,终于搞定了,分享一下:

修改templates\default\discuzcode.htm文件。

找到以下代码:(在174行)
  1. <img src="images/common/none.gif" file="$attach[url]/$attach[attachment]" $widthcode id="aimg_$attach[aid]" alt="$attach[filename]" />
复制代码
删除里面的
复制代码
即可。

修改后记得更新缓存啊!

二、DISCUZ X1.5修改(详情看本站图片演示)

打开:template\default\forum\discuzcode.htm

找到
  1. <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" src="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attach[attachment].thumb.jpg{/if}" border="0" id="aimg_$attach[aid]" alt="$attach[imgalt]" title="$attach[imgalt]" />
复制代码
删除
复制代码
找到
  1. <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} src="{STATICURL}image/common/none.gif" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" {if $_G['gp_action'] != 'printable'}$widthcode{/if} id="aimg_$attach[aid]" alt="$attach[imgalt]" title="$attach[imgalt]" />
复制代码
删除
复制代码






欢迎光临 云水论坛 (http://www.yunshui.net/) Powered by Discuz! X2.5