雷火电竞-中国电竞赛事及体育赛事平台

歡迎來到入門教程網(wǎng)!

phpwind

當前位置:主頁 > CMS教程 > phpwind >

phpwind論壇關(guān)閉在線列表

來源:本站原創(chuàng)|時間:2020-01-11|欄目:phpwind|點擊:

關(guān)鍵字描述:在線 關(guān)閉 論壇   < EOT > " /a> index.php

使打開在線列表功能無效

打開index.php
將:if($windid==$manager || $usertotal<2000){
這一行替換為:
if($windid==$manager || $usertotal<1){
默認在線人數(shù)超過2000即不顯示,修改為1可以關(guān)閉這個功能。

直接使在線列表都不顯示

改bbs\template\wind\index.htm文件,刪除以下代碼,記得先做備份

<!--
EOT;
if($index_whosonline){print <<<EOT
-->
<a name="online"></a> [<a href="index.php?online=no#online">關(guān)閉在線列表</a>]
<div style="padding:5px 0">
<hr style="height:1px; background:$tdcolor;color:$tdcolor;border:0" >
</div>
$index_whosonline
<!--
EOT;
}else{print <<<EOT
-->
<a name="online"></a> [<a href="index.php?online=yes#online">打開在線列表</a>]
<!--
EOT;
}print <<<EOT
-->

上一篇:Phpwind7.5應用中心:基礎(chǔ)、第三方在線應用等設置

欄    目:phpwind

下一篇:phpwind快速發(fā)帖時插入附件彈出空白提示框

本文標題:phpwind論壇關(guān)閉在線列表

本文地址:http://www.jygsgssxh.com/a1/phpwind/13051.html

網(wǎng)頁制作CMS教程網(wǎng)絡編程軟件編程腳本語言數(shù)據(jù)庫服務器

如果侵犯了您的權(quán)利,請與我們聯(lián)系,我們將在24小時內(nèi)進行處理、任何非本站因素導致的法律后果,本站均不負任何責任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權(quán)所有