1 頁 (共 1 頁)

[問題]如何隱藏或解除線上使用者人數?

發表於 : 2006-03-22 14:13
stacyliang
請問各位:
如何設定隱藏或解除討論區首頁的查看誰在線上目前總共有 3 位使用者在線上的功能呢?


上網方式:中華電信ADSL
phpBB2 版本:phpBB 2.0.17
domain(網域名稱) :www.myhousing.com.tw
phpBB2 連結網址:http://myhousing.com.tw/phpBB2/index.php

發表於 : 2006-03-24 00:58
chiouss
到 tpl 裡面去把那行文字拿掉應該最快 XD

[分享]已經解決了

發表於 : 2006-03-24 10:49
stacyliang
已經解決了,到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">&nbsp;{L_USERNAME}&nbsp;</th>
<th width="20%" height="25">&nbsp;{L_STARTED}&nbsp;</th>
<th width="20%">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
<th width="20%">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
<th width="20%" height="25">&nbsp;{L_IP_ADDRESS}&nbsp;</th>
</tr>