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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] txt附件下载美化

[复制链接]
天使情歌洛莉 发表于 2019-1-15 17:49:42 | 显示全部楼层 |阅读模式
上传txt附件时非常不显眼,上传后是这样的。如图:



我想改成其它的图片,但是修改后仅仅是图片变了,点击图片不能下载附件,必须点旁边附件的名字才能下,比如上面的1111.txt
请教大大们,如何点击旁边的图片也能让它下载这个附件。

也就是无论点击1111.txt还是左边那个小图片,都可以下载这个附件,求助大大们改哪个目录的文件,代码怎么改动!
求助大大们,求助大大们!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
mandy~ 发表于 2019-1-16 18:14:47 | 显示全部楼层
图片路径
static/image/filetype/text.gif
替换成你自己的图片

template/default/forum/discuzcode.htm
查找285-291行
  1. $attach[attachicon]
  2.                 <span style="white-space: nowrap" id="attach_$attach[aid]" {if $_GET['from'] != 'preview'}onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if}>
  3.                         <!--{if !$attach['price'] || $attach['payed']}-->
  4.                                 <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank">$attach[filename]</a>
  5.                         <!--{else}-->
  6.                                 <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" onclick="showWindow('attachpay', this.href)">$attach[filename]</a>
  7.                         <!--{/if}-->
复制代码

替换为
  1. <span style="white-space: nowrap" id="attach_$attach[aid]" {if $_GET['from'] != 'preview'}onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})"{/if}>
  2.                         <!--{if !$attach['price'] || $attach['payed']}-->
  3.                                 <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank">$attach[attachicon] $attach[filename]</a>
  4.                         <!--{else}-->
  5.                                 <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" onclick="showWindow('attachpay', this.href)">$attach[attachicon] $attach[filename]</a>
  6.                         <!--{/if}-->
复制代码
       

source/language/forum/lang_template.php
查找241行
  1. 'clicktodownload' => '点击文件名下载附件',
复制代码

替换为
  1. 'clicktodownload' => '点击图片或文件名下载附件',
复制代码

修改好后上传覆盖,后台更新缓存。




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

 楼主| 天使情歌洛莉 发表于 2019-1-17 10:55:41 | 显示全部楼层
mandy~ 发表于 2019-1-16 18:14
图片路径
static/image/filetype/text.gif
替换成你自己的图片

感谢大大,你这样的回复才是真正的解决问题,强攒哦~
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 03:53 , Processed in 0.015962 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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