Discuz去掉右下角的快速回复及返回顶部按钮的方法-Discuz教程下载

Discuz去掉右下角的快速回复及返回顶部按钮的方法

开通本站Svip会员,全站资源免费下
Discuz帖子右下角默认有快速回复和返回顶部按钮,但是有的人为了简洁不喜欢这样多的按钮,就需要自己去掉,下面就告诉大家去掉的方法:
打开 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)" class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span>
  4.         <!--{/if}-->
  5.         <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span>
  6.         <!--{if $_G[fid]}-->
  7.         <span>
  8.                 <!--{if $_G['mod'] == 'viewthread'}-->
  9.                 <a href="forum.php?mod=forumdisplay&fid=$_G[fid]" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a>
  10.                 <!--{else}-->
  11.                 <a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}></b></a>
  12.                 <!--{/if}-->
  13.         </span>
  14.         <!--{/if}-->
  15. </div>
复制代码

将其删除后保存即可。

全部评论 0

您需要登录后才可以回帖 立即登录
登录
0
0
0
返回顶部