請問各位:
如何設定隱藏或解除討論區首頁的查看誰在線上目前總共有 3 位使用者在線上的功能呢?
上網方式:中華電信ADSL
phpBB2 版本:phpBB 2.0.17
domain(網域名稱) :www.myhousing.com.tw
phpBB2 連結網址:http://myhousing.com.tw/phpBB2/index.php
[問題]如何隱藏或解除線上使用者人數?
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
- stacyliang
- 星球普通子民

- 文章: 4
- 註冊時間: 2004-08-16 13:53
- 來自: 網路世界的一個小角落
[問題]如何隱藏或解除線上使用者人數?
網路世界真是無窮無盡,教人感到無比渺小
- stacyliang
- 星球普通子民

- 文章: 4
- 註冊時間: 2004-08-16 13:53
- 來自: 網路世界的一個小角落
[分享]已經解決了
已經解決了,到templete\風格\admin\index_body.tpl裡的以下這幾行刪除就可以了。
</table>
<h1>{L_WHO_IS_ONLINE}</h1>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="20%" height="25"> {L_USERNAME} </th>
<th width="20%" height="25"> {L_STARTED} </th>
<th width="20%"> {L_LAST_UPDATE} </th>
<th width="20%"> {L_FORUM_LOCATION} </th>
<th width="20%" height="25"> {L_IP_ADDRESS} </th>
</tr>
</table>
<h1>{L_WHO_IS_ONLINE}</h1>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="20%" height="25"> {L_USERNAME} </th>
<th width="20%" height="25"> {L_STARTED} </th>
<th width="20%"> {L_LAST_UPDATE} </th>
<th width="20%"> {L_FORUM_LOCATION} </th>
<th width="20%" height="25"> {L_IP_ADDRESS} </th>
</tr>
網路世界真是無窮無盡,教人感到無比渺小
