Does this look correct i have loads of custom usergroups and we cant access the flashchatroom here is cms file ive eddited
Code:
'users' => array( 2,9 ) , // vBulletin usergroups allowed standard access to chat.
'mods' => array( 5,7 , 39, 35, 31, 25, 28, 34, 27 ,26, 29, 24, 37, 36, 38 ,30) , // vBulletin usergroups allowed access as chat moderators.
'admin' => array( 6, 39, 35, 31, 25, 28, 34, 27 ,26, 29, 24, 37, 36, 38 ,30 ) , // vBulletin usergroups allowed access as chat administrators.
'banned' => array( 1,8 ) , // vBulletin usergroups banned from accessing the chat.
'customer' => array( 0 ) , // vBulletin usergroups allowed access as customers (Live support mode only).
);
thanks
Kev