Entering chatters cannot read the discussion before they came in. since there is no default_inc.php I cannot fix it like you explained in the Faqs for version 2x
Dieter, maybe this is what your looking for. Its in the
config file
/*
* when a new user enters the chat they can see nothing from
before,
* with this property you can enable a history of spoken
lines so that users
* can experience what was going on in the current channel
before.
*/
define('SHOW_CHAT_HISTORY', false);
Logged In: NO
Dieter, maybe this is what your looking for. Its in the
config file
/*
* when a new user enters the chat they can see nothing from
before,
* with this property you can enable a history of spoken
lines so that users
* can experience what was going on in the current channel
before.
*/
define('SHOW_CHAT_HISTORY', false);
/*
* allow channel spying before users login
*/
define('ALLOW_SPYING', true);
Cheers!
Cory