How do i assign an Admin/Moderator/Speaker?
To assign an Admin/Moderator/Speaker status to a chat room user, follow the steps below (In this example we will assign the status of Admin to chat room user ”Bob”. Repeat the steps for assigning Moderators and Speakers status). 1) First ”bob” must register with the chat room* (*note: this is not required for integrated CMS). 2) Then open the file ”prochatrooms/config.php” and find the Admin setting, ## Chatroom Admins // set users as chatroom admins // admins can access the admin control panel // admins can ban moderators and users // NOTE: use lowercase characters only // example: john (NOT John) $chatroom_admins=array( “admin”, “dave”, “bob”, ); 3) Enter the username ”bob” in lowercase characters as shown above. The next time ”Bob” logs into the chat room he will be assigned Admin status.