auto join to the group with "sent invite"
-
Hi there,
at the moment is working if I send the invite by email , the
user will join automatically to the group I edit by-email.php
but it doens’t work if I use “Send invites”I tried to replace this line :
groups_send_invites( $bp->loggedin_user->id, $bp->groups->current_group->id )
;
with this :
groups_join_group( $group_id, $user_id );
on group-invites.php
but it didn’t work,any help ?
- The topic ‘auto join to the group with "sent invite"’ is closed to new replies.