Viewing 2 replies - 1 through 2 (of 2 total)
  • Code from this BuddyPress support thread is working for me.

    Replace the following line (260) in [your-site]/wp-content/plugins/invite-anyone/by-email/by-email.php:
    groups_send_invites( $inviter_id, $group_id );
    with:
    groups_join_group( $group_id, $user_id );

    Thread Starter claenjoy

    (@claenjoy)

    thanks , it s working !!!

    and if I want to the same but with the “Send invites” which lines I need to edit in groups-invites.php ?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto join the group after the invitation’ is closed to new replies.