For organic groups where the membership setting is set to 'request membership', i.e. where a group admin has to approve the membership request before the member can join the group, these unapproved members are being included in the member count. Ideally these members should not be included in the group member count.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 711280.patch | 3.03 KB | stella |
Comments
Comment #1
dawehnerIs hook_og $op = 'user approve' also runned for public configured groups?
This could fix this.
Comment #2
stella commentedI added an option to make this configurable, and new logic to hook_og implementation, along with the recalc function.
Comment #3
dawehnerManual testing worked fine.
I commited the patch, but there is still work for tests