1 頁 (共 1 頁)

[問題] chatbox登出時間 (已解決)

發表於 : 2005-01-09 15:18
everfreewing
PHPBB:2.0.11
CHATBOX:3.0.2 sp1

修改了chatbox_config.php裡的一個參數\r

代碼: 選擇全部

$chatbox_config = array (

	'refresh_time'	=>	'10',

	'delete_time'	=>	'300',

	'offline_time'	=>	'86400',

	'away_time'		=>	'86400',

	'stylesheet'	=>	'chatbox.css',

	'show_amount'	=>	'100',	// amount of chats to show

	'max_msg_len'	=>	'120',

	'direction'		=>	'1',	// 1 = new posts at bottom,  others = new posts at the top

	//'vietuni'		=>	'ENTER YOUR DOMAIN', // change this with yours
'offline_time'跟'away_time'都改為86400後,會員幾分鐘不發言還是會被踢出聊天室,是還是還要修改哪裡嗎?


改chatbox_front.php就可以了