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