Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8550, comment 10


Ignore:
Timestamp:
11/24/2021 10:53:38 PM (18 months ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8550, comment 10

    initial v1  
    55The 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).
    66
    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.
     7I'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.
    88
    99If you're ok with my suggestions, feel free to commit and fix the ticket ;)