Email invite on Group Creation stage?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Email invite on Group Creation stage?’ is closed to new replies.