The problem is that I do not find where to place my additional usergroupid numbers in this new included version of vbulletin36CMS.php
The stock version of vbulletin36CMS.php has the following...
Code:
// Usergroup Definitions
$users = '2' ; // Usergroups allowed standard access to chat.
$moderators = '5,7' ; // Usergroups allowed access as chat moderators.
$administrators = '6' ; // Usergroups allowed access as chat administrators.
$banned = '1,8' ; // Usergroups banned from accessing the chat at any time.
Where do I place these values in this mod?
EDIT +++++++++++++++++++
Good grief I found it!
I'm not used to all these modern conveniences like having "FlashChat Permissions" in my ACP usergroups.
AARRRGGGHHH!!! I feel dumb.
Thanks for the excellent work Paul.
+++++++++++++++++++++++
Can anyone take a stab at explaining the difference between "No Chat Access" and "Banned From Chat"? Are the results the same, but only with different connotation?
I think my original deal of adding an additional Subscriber privilege group in /inc/layouts just got more complicated, at least to me...
http://forum.tufat.com/showthread.php?t=26597