打开template/default/forum/discuzcode.htm文件, 搜索代码
4 @" j. N0 }& `. q
      <div class="tip tip_4 aimg_tip" id="aimg_$attach[aid]_menu" style="position: absolute; display: none" disautofocus="true">
3 r8 S: t! b  G
        <div class="xs0">
8 W5 \0 q. C9 i# S# |  _          <p><strong>$attach[filename]</strong> <em class="xg1">($attach[attachsize], {lang downloads}: $attach[downloads])</em></p>
" V* d+ k  C+ a          <p>
8 z8 \6 _( {, e8 Y. k            <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode¬humb=yes" target="_blank">{lang download}</a>
- ~- G5 g9 [/ w) l. b0 |" D            <!--{if helper_access::check_module('album')}-->
5 H: A$ q  T9 `3 ~               <a href="javascript:;" onclick="showWindow(this.id, this.getAttribute('url'), 'get', 0);" id="savephoto_$attach[aid]" url="home.php?mod=spacecp&ac=album&op=saveforumphoto&aid=$attach[aid]&handlekey=savephoto_$attach[aid]">{lang save_to_album}</a>
% D, i- z. b$ i6 {' o6 l# n
            <!--{/if}-->
* r. ?# U1 l+ o5 D6 I- X
            <!--{if $firstpost && $_G['fid'] && $_G['forum']['picstyle'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $attach['uid'])}-->
  {# O. r% ^$ g/ v7 c+ A' U               <a href="forum.php?mod=ajax&action=setthreadcover&aid=$attach[aid]&fid=$_G[fid]" onclick="showWindow('setcover{$attach[aid]}', this.href)">{lang set_cover}</a>
8 H/ ]( b  K8 o  C: G1 O) L            <!--{/if}-->
2 S0 Z' z1 S3 S: x! U
          </p>
1 a$ B% R" K8 @7 r          <!--{if $attach[description]}--><p>$attach[description]</p><!--{/if}-->
' p" Q' K) `: g8 P; {6 z, e9 x
          <p class="xg1 y">$attach[dateline] {lang upload}</p>
6 l6 {2 T6 k2 @1 M' M& ]! t- Z5 F
直接删除即可
2 ^% d$ ~! Q% c* |- J) x4 H# t
如果想让设为封面显示(只有在开启了封面的版块才显示)就将上面代码替换为下面的代码
2 _! R- x/ u- x
 8 M6 e! b4 Y: h- y2 p/ V) |4 P  h1 R
8 M6 e! b4 Y: h- y2 p/ V) |4 P  h1 R
            <!--{if $firstpost && $_G['fid'] && $_G['forum']['picstyle'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $attach['uid'])}-->
9 s  I: K# `/ @0 B      <div class="tip tip_4 aimg_tip" id="aimg_$attach[aid]_menu" style="position: absolute; display: none" disautofocus="true">
! B- S- A( e, r9 z        <div class="xs0">
( p  i; B% T# Y          <p>
. y* C# \0 N+ z' f1 E$ S
              <a href="forum.php?mod=ajax&action=setthreadcover&aid=$attach[aid]&fid=$_G[fid]" onclick="showWindow('setcover{$attach[aid]}', this.href)">{lang set_cover}</a><a class="xg1 y">$attach[dateline] {lang upload}</a>
' S) X) V( J+ W# y) m) H9 V</p>
) C& ~" ?) ?8 S4 S6 i            <!--{/if}-->
# ]: F( D. G. b" Q/ T, K3 r- G
          0 s5 s! c8 I1 e
          <!--{if $attach[description]}--><p>$attach[description]</p><!--{/if}-->
9 f" A8 u( j; M/ i