I'm afraid I can't use the usergroup type of CB Auto Action.
For many reasons I have to use a language tag and a user profile type for 3rd party applications, CB GJ and Blogs.
Access to CB GJ groups will be managed by the group's access type of its category assignment.
There are actually 6 languages and 6 profiles provided summing up to 36 varities of Joomla User Groups (like "it-IT4" for italian and profile 4).
Or ... when using the usergroup CB Auto Action feature = 36 Auto Actions.
I'ld rather opt-in for a SQL statement directly writing the usergroup/access definition with an Query CB Auto Action -- like:
update TABLE_HERE set COLUMN_NAME_HERE = concat('[cb_language_tag]','[cb_profile_selector]');
But what is the correct table and column? And ... is this methode reliable?
Thanks.