BuddyDev

Search

[Resolved] Hide Group Invite Option

  • Participant
    Level: Enlightened
    Posts: 23
    James Moss on #40101

    Hi Brajesh,

    Is it possible to hide Group Invite option while creating the Group. And also, hide Send Invites Tab from the Group.

    Kind regards,
    James

  • Participant
    Level: Enlightened
    Posts: 23
    James Moss on #40186

    Hi Brajesh,

    Wondered if you’ve had the chance to see the post above?

    Kind regards,
    James

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #40196

    Hi James,
    Thank you for the question.

    You can disable invite on the BuddyPress groups page using this

    
    add_filter( 'bp_groups_user_can_send_invites', '__return_false'  );
    
    

    I am not seeing any simple way for disabling it on the create screen.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 23
    James Moss on #40239

    Thanks Brajesh, much appreciated.

    Best,
    James

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #40245

    Thank you.

The topic ‘ [Resolved] Hide Group Invite Option’ is closed to new replies.

This topic is: resolved