Discuz 帖子右下角預設有快速回復和返回頂部按鈕,但是有的人為了簡潔不喜歡這樣多的按鈕,就需要自己去掉,下面就告訴大家去掉的方法:
開啟 template/default/common/footer.htm 檔案,在第 155-169 行的位置找到如下程式碼:
<div id="scrolltop">
        <!--{if $_G[fid] && $_G['mod'] == 'viewthread'}-->
        <span><a
href="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$_G[tid]&extra=$_GET[extra]&page=$page{if
$_GET[from]}&from=$_GET[from]{/if}" onclick="showWindow('reply',
this.href)" title="{lang fastreply}"><b>{lang
fastreply}</b></a></span>
        <!--{/if}-->
        <span hidefocus="true"><a title="{lang scrolltop}"
onclick="window.scrollTo('0','0')" ><b>{lang
scrolltop}</b></a></span>
        <!--{if $_G[fid]}-->
        <span>
                <!--{if $_G['mod'] == 'viewthread'}-->
                <a href="forum.php?mod=forumdisplay&fid=$_G%5Bfid%5D"
hidefocus="true" title="{lang
return_list}"><b>{lang return_list}</b></a>
                <!--{else}-->
                <a href="forum.php" hidefocus="true"
title="{lang return_forum}"><b>{lang
return_forum}></b></a>
                <!--{/if}-->
        </span>
        <!--{/if}-->
</div>

將其刪除後儲存即可。