请问discuz的右侧工具栏(有回到顶部,回来板块),但是我想再添加点东西,但是我百度了,也从源码里找了良久,都没找到解决方法,请问能够教一下吗?
其实这一块的代码很好找到。
首要他要修正的当地便是回来顶部的按钮。
代码所在区域
完好代码:
其实这一块的代码很好找到。
首要他要修正的当地便是回来顶部的按钮。
代码所在区域
完好代码:
-
<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)" class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span> <!--{/if}--> <span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span> <!--{if $_G[fid]}--> <span> <!--{if $_G['mod'] == 'viewthread'}--> <a href="forum.php?mod=forumdisplay&fid=$_G[fid]" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a> <!--{else}--> <a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}</b></a> <!--{/if}--> </span> <!--{/if}--> </div> <script type="text/javascript">_attachEvent(window, 'scroll', function () { showTopLink(); });checkBlind();</script>
声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:123456@qq.com 我们将配合处理!
原文地址:discuz的右侧工具栏 scrolltop 修改发布于2023-03-05 18:50:20