Discuz教程:如何去掉右下角的快速回复/返回顶部按钮 [复制链接]

moqu8 2017-10-3

19 0
编辑template/default/common/footer.htm
删除155-169行代码:
  1. <div id="scrolltop">
  2.         <!--{if $_G[fid] && $_G['mod'] == 'viewthread'}-->
  3.         <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)"
  4. class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span>
  5.         <!--{/if}-->
  6.         <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span>
  7.         <!--{if $_G[fid]}-->
  8.         <span>
  9.                 <!--{if $_G['mod'] == 'viewthread'}-->
  10.                 <a href="forum.php?mod=forumdisplay&fid=$_G[fid]" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a>
  11.                 <!--{else}-->
  12.                 <a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}</b></a>
  13.                 <!--{/if}-->
  14.         </span>
  15.         <!--{/if}-->
  16. </div>
复制代码

保存即可。

最新回复 (0)
返回
支持中心
邮箱:winkill2012@qqcom
新站优化中!部分功能尚未完善,敬请谅解!
支持中心