1. czarrna
  2. General
  3. Friday, May 13 2016, 06:57 PM
Hi,

I have three groups of users, each of them is a child group of the "Registered" group.

Lets say:

Registered
-Group1
-Group2
-Group3

Users are assigned to a group automatically during registration. Is it possible to automatically have them registered to the "Group" and at the same time "unregister" them from "Registered"? It is doable from backend and users keep their privileges even when the group "Registered" is un-ticked.

The thing is that when I export list of users they are listed twice in xls list, one time as a member of "Registered" group and the second time as, e.g., a "Group1" member. I would like them to be listed only once.

Thanks
Accepted Answer
admin Accepted Answer
Admin
Hi,
we do not recommend to remove "Registered" usergroup, this is a default Joomla usergroup for all registered users (it is configured in Users->manage->Options).

Anyway, you can manage this with conditions,

for example I have a select field called Group with 3 options "g1","g2" and "g3", I can apply these conditions:

if equal to "g1" add to usergroup Group1
if equal to "g2" add to usergroup Group2
if equal to "g3" add to usergroup Group3
if equal to "" add to usergroup Registered (so in all cases remove from Registered usergroup)

Conditions like above seems correct but I don't know if these works, this because Registered is not assigned by Easy Profile.
  1. more than a month ago
  2. General
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.