Quote:
Originally Posted by NetRover
I have the feeling only primary groups are recognised as I added my paid group to a user name and they could not access the chat.
What's the best way of only allowing paid members access?
thanking you all
|
Open your chat_globle.php in a text editor and adjust the setting for which usergroups can access the chat.
Code:
# Specify the Primary User Groups that have standard access to the chat room.
$SIGMACHAT_AUTH_ACCESS = array(2,3);
The array number(s) are your usergroup ID:#'s permitted access to live chat.