將discuz X2返回頂部的按鈕X1.5中實現(xiàn)步驟
來源:易賢網(wǎng) 閱讀:868 次 日期:2014-09-02 17:38:13
溫馨提示:易賢網(wǎng)小編為您整理了“將discuz X2返回頂部的按鈕X1.5中實現(xiàn)步驟”,方便廣大網(wǎng)友查閱!

很多人都想讓x2中的返回頂部移動到1.5上,那么下面我就教大家如何將這個功能移動到1.5上。

首先打開X2安裝包你需要講一下幾處的代碼移動到 1.5中。

1.打開x2中的./static/js/common.js找到這段js函數(shù)將它復制到x1.5中的./static/js/common.js文件底部。

function showTopLink() {

if($('ft')){

var viewPortHeight = parseInt(document.documentElement.clientHeight);

var scrollHeight = parseInt(document.body.getBoundingClientRect().top);

var basew = parseInt($('ft').clientWidth);

var sw = $('scrolltop').clientWidth;

if (basew < 1000) {

var left = parseInt(fetchOffset($('ft'))['left']);

left = left < sw ? left * 2 - sw : left;

$('scrolltop').style.left = ( basew + left ) + 'px';

} else {

$('scrolltop').style.left = 'auto';

$('scrolltop').style.right = 0;

}

if (BROWSER.ie && BROWSER.ie < 7) {

$('scrolltop').style.top = viewPortHeight - scrollHeight - 150 + 'px';

}

if (scrollHeight < -100) {

$('scrolltop').style.visibility = 'visible';

} else {

$('scrolltop').style.visibility = 'hidden';

}

}

}

2.找到x2中的./template/default/common/footer.htm,將以下代碼

<span id="scrolltop">{lang scrolltop}</span>

<script type="text/javascript">_attachEvent(window, 'scroll', function(){showTopLink();});</script>

復制到x1.5中的./template/default/common/footer.htm文件中的<!--{eval output();}-->這段代碼的上面。

3.找到找到x2中的./template/default/common/common.css,將以下代碼

#scrolltop { visibility: hidden; position: fixed; bottom: 100px; display: block; margin: -30px 0 0; width: 26px; height: 50px; background: url({IMGDIR}/scrolltop.png) no-repeat 50% 0; line-height: 999px; overflow: hidden; cursor: pointer; }

.ie6 #scrolltop { position: absolute; bottom: auto; }

復制到x1.5中的./template/default/common/common.css文件中.

4.找到找到x2中的./static/image/common/scrolltop.png復制到x1.5中的./static/image/common/文件中.

然后更新緩存。前臺刷新頁面看看吧

更多信息請查看IT技術(shù)專欄

更多信息請查看CMS教程
易賢網(wǎng)手機網(wǎng)站地址:將discuz X2返回頂部的按鈕X1.5中實現(xiàn)步驟
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇剩?/div>
相關(guān)閱讀CMS教程

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)