Quote:
Originally Posted by trulylowcarb
I am having the same trouble, keeps telling me You must choose a user name. Does this work with v.3? I tried it with the registration variable at 0 first (no reg needed) and then put it back to the original (1) setting... no luck at all either way... I was really hoping this would work, anyone have more hints, please?
|
reason why this may be happening is because you have a room name... chosen
in the config.lib.php3
look for this:
PHP Code:
// Proposed rooms
$DefaultChatRooms = ('ROOM NAME');
$DefaultPrivateRooms = array('Priv1', 'Priv2');
change the $DefaultChatRooms = ('ROOM NAME');
to
PHP Code:
// Proposed rooms
$DefaultChatRooms = ('');
$DefaultPrivateRooms = array('Priv1', 'Priv2');
that would make no room show up in the room name line... that would just make the user press Chat to go in and wallah