'users' => array( 2,21,24 ) , // vBulletin usergroups allowed standard access to chat.
'mods' => array( 5,7 ) , // vBulletin usergroups allowed access as chat moderators.
'admin' => array( 6 ) , // vBulletin usergroups allowed access as chat administrators.
'banned' => array( 17,18 ) , // vBulletin usergroups banned from accessing the chat.
'customer' => array( 0 ) , // vBulletin usergroups allowed access as customers (Live support mode only).
I can't figure why only my moderators can get in when I have several other groups set as "users" who are being denied.
=========================================
Answer: I had the open chat on VB page hack and you set the permissions in the VB Options settings, D'oh!
|