Quote:
Originally Posted by Paul M
Did you edit the CMS file for your usergroups ?
|
The answer to this one is yes.
Right now it is set as such and no member of group ID#2 (registered users) can chat. It makes no sense at all...
Code:
'users' => array( 2 ) , // Usergroups allowed standard access to chat.
'mods' => array( 5,7 ) , // Usergroups allowed access as chat moderators.
'admin' => array( 6 ) , // Usergroups allowed access as chat administrators.
'banned' => array( 2,1,8 ) , // Usergroups banned from accessing the chat.
'customer' => array( 0 ) , // Usergroups allowed access as customers (Live support mode only).
Ok I'm an idiot..2 was also in the banned group. It's fixed now...