Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] x3.0,x3.1怎么去掉图片附件下载提示的方法

[复制链接]
zhongq58 发表于 2014-2-19 00:44:10 | 显示全部楼层 |阅读模式
源码之家精心整理好,希望能帮助到更多的站长
由于站长们的需要,贴子带下载附件提示窗口影响用户体验跟美观,此方法希望对你有所帮助。


找到templates\default\forum\discuzcode.htm


搜索到代码


  1. <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" onclick="zoom(this, this.getAttribute('zoomfile'), 0, 0, '{$_G[setting][showexif]}')" 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'} onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if} />
复制代码

只需要删除其中的代码
  1. onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"
复制代码

下一步再搜索代码
  1. <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&#172;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'} onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if} />
复制代码

删除其中的代码


  1. onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"
复制代码

到这一步就完成了,覆盖之前的代码即可。


其它版本更多在原贴,不懂的可以联系QQ.


原贴来自于源码之家http://www.ymzj.cn/thread-79009-1-1.html

评分

1

查看全部评分

allthebest 发表于 2014-2-19 01:37:56 | 显示全部楼层
谢谢分享啊
回复

使用道具 举报

非风雪雨 发表于 2014-2-19 11:08:06 | 显示全部楼层
代码真是神奇的东西
回复

使用道具 举报

z110110 发表于 2014-3-7 00:03:31 | 显示全部楼层
不知道会有什么副作用
回复

使用道具 举报

中国的合伙人 发表于 2014-4-10 03:15:12 | 显示全部楼层
在官方模板跟非官方模板的forum\都没有找到 discuzcode.htm
只有discuz.htm 但没有搜索到 onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"
请问怎么回事?
回复

使用道具 举报

完美枫枫 发表于 2014-5-6 16:21:35 | 显示全部楼层
非常好,顶你一个!!!!
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 10:23 , Processed in 0.034311 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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