• I would like to have the option of sending invites by email on the group creation stage, and thought this is probably a popular option?

    Oddly, line 106 of invite-anyone.php seems to prevent this feature? Was there a reason for this?
    <?php if ( invite_anyone_access_test() && !bp_is_group_create() ) : ?>

    I have just removed the && bit to enable it, so the line is now
    <?php if ( invite_anyone_access_test() ) : ?>

    I would much prefer to do this via a template override though, but where should I put the override file?

    Thanks for the great plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    Hi @primitivenet – I think that the line you’ve referenced was originally put there because clicking the link (“Want to invite someone to the group…”) will remove you from the group creation process, and dump you into your profile. As long as invitation is the last step of the group creation process, then this is probably OK.

    You should be able to override the template in your theme by placing it in buddypress/groups/single/invite-anyone.php.

Viewing 1 replies (of 1 total)
  • The topic ‘Email invite on Group Creation stage?’ is closed to new replies.