Hi Paul
I dont wonderstend my problem in my vbulletin35CMS.php
Code:
'users' => array( 2,10,12,13,14,17 ) , // 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( 1,3,4,8,9,16 ) , // vBulletin usergroups banned from accessing the chat.
'customer' => array( 0 ) , // vBulletin usergroups allowed access as customers (Live support mode only).
);
My user group ID 17 dont have acess
Please help me