Discuz!去掉内容图片提示下载方法(去除图片提示下载附...
默认图片鼠标移动过去会显示图片名和下载,有些Discuz!站长需要让帖子内容页面更美观,可以使用以下办法去除。
模板路径\template\default\forum\discuzcode.htm
搜索有两处的下面,以下内容删除保存后 后台更新缓存 解决(本教程适用于discuz!x2.5和x3 x3.1 x3.2 x3.3 x3.4)
模板路径\template\default\forum\discuzcode.htm
搜索
- <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']}
- onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"