Hi Paul,
My group has a couple custom usergroups. In the 3.6 integration, there was a box like this that allowed me to set the permissions:
Quote:
// Usergroup Definitions
$users = '2,10' ; // Usergroups allowed standard access to chat.
$moderators = '5,7' ; // Usergroups allowed access as chat moderators.
$administrators = '6,11' ; // Usergroups allowed access as chat administrators.
$banned = '1,8' ; // Usergroups banned from accessing the chat at any time.
|
In the newest version, this box is gone, and it appears that the software is supposed to figure it out somehow. Unfortunately, it isn't. The admin group number 11 isn't being picked up as an admin group. The program admits them to the chat room as users, but does not give the admin permissions, and does not allow those users to log into the chat admin panel, either.
Any thoughts on how I can correct this?
Thank you!