Changes between Initial Version and Version 1 of Ticket #8550, comment 10
- Timestamp:
- 11/24/2021 10:53:38 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8550, comment 10
initial v1 5 5 The invitations feature should only be added if the friends component is active. The Nouveau template pack can filter `bp_is_groups_invitations_active` to activate the Invitations feature if inviting any member is allowed (meaning `bp_nouveau_groups_disallow_all_members_invites` is not filtered to true). 6 6 7 I've tested in legacy & nouveau and it works pretty well. I even tested using add_filter( `'bp_is_groups_invitations_active'`, `'__return_true' )` with Legacy and found a fatal into the send-invites template before fixing it.7 I've tested in legacy & nouveau and it works pretty well. I even tested using `add_filter( 'bp_is_groups_invitations_active'`, `'__return_true' )` with Legacy and found a fatal into the send-invites template before fixing it. 8 8 9 9 If you're ok with my suggestions, feel free to commit and fix the ticket ;)