Hi,

I am using Drupal 6.16 and working on modules "Organic Group" and "Sub Group for Organic Groups". I have Created few groups with subgroups and some users who have joined these subgroups. Now, When I change the Parent group of a subgroup, then group of all the members in that subgroup should automatically become the member of new parent group and should not be any more member of previoud parent group. But this is not the case, members still remain to member of previous parent group and not of new parent group. I don't how to solve this issue. Please give some suggestions regarding this problem.

any solution would be appreciated.

Thanks in advance.

Sanjay

Comments

skctek’s picture

Still waiting for any reply........

spacereactor’s picture

Version: 6.x-0.x-dev » 6.x-1.x-dev

I using the 6.x-1.x-dev and I can't get it to work, adding new member at parent group doesn't pass user to sub groups.

spacereactor’s picture

Assigned: skctek » Unassigned

skctek why are you assigned this issue to you when you not going to fix it.

bschilt’s picture

User propagation only happens through hook_og() so changing the parent of a group doesn't trigger propagation. The same goes for adding new groups to the subgroup tree, users and content won't automatically propagate to newly created groups.

I'm open to suggestions of how to achieve "auto propagation".

jkingsnorth’s picture

Priority: Critical » Normal
Issue summary: View changes