Changes between Version 1 and Version 2 of Ticket #7614, comment 21
- Timestamp:
- 11/02/2022 09:01:46 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7614, comment 21
v1 v2 1 1 The "not active" user belonging to a group is an interesting problem. It seems the only way to add a not-yet-active user to a group is via the form at WP Admin > Groups > Edit Group. If you add a user like this, then you see odd mismatches in the groups UI like 2 [[Image( https://imgur.com/ZylbeDc)]]2 [[Image(membership-list.png)]] 3 3 4 4 The fix we talked about in the dev chat was updating the group counts on the `bp_first_activity_for_member` action hook. Another possibility is limiting the "add user" interface to only use "active" site members. That would avoid problems in the groups UI, but would be a change. 5 [[Image( https://imgur.com/XWTo2XN)]]5 [[Image(group-edit-ui.png)]]