欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

discuz 去掉内容图片提示下载方法(去除图片提示下载附件)

时间: 2019-05-23 08:07 阅读: 作者:素材无忧网

找到template\default\forum\discuzcode.htm
搜索到代码
<img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&nothumb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attachthumb{/if}" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
复制代码
只需要删除其中的代码
onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"
复制代码
下一步再搜索代码
<img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes?humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" inpost="1"{if $_GET['from'] != 'preview'}{/if} />
复制代码
删除其中的代码
onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"
复制代码
到这一步就完成了,覆盖之前的代码即可。

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: discuz 去掉内容图片提示下载方法(去除图片提示下载附件)

标签:  
相关文章
模板推荐