1 頁 (共 1 頁)

[問題] 即時留言板問題

發表於 : 2006-01-26 00:05
tiee
參考網址:http://phpbb-tw.net/phpbb/viewtopic.php?t=28047

請問如果即時留言板不想讓未登入的會員或訪客看到的話,
要在哪裡修改呢? 請指點一下, 感謝

發表於 : 2006-01-26 00:54
依夢兒
試試在 index_body.tpl 中的:

<!-- Start add - Fully integrated shoutbox MOD -->

上面加一句:

<!-- BEGIN switch_user_logged_in -->

然後在:

<!-- End add - Fully integrated shoutbox MOD -->

下面加一句:

<!-- END switch_user_logged_in -->