Fix for auto join group when user create topic on a group which he is not a member
-
On line 72 of bp-forum.php, in buddypress folder, replace :
‘groups_join_group( $bp->groups->current_group->id, $bp->groups->current_group->id );’
by this :
‘groups_join_group( $bp->groups->current_group->id, $bp->loggedin_user->id );’If not, you will auto join user which the same ID than the forum group…………………
This issue is at least on BP1.2.6, and I saw this on BP1.5
Sorry for my english !
Guillaume.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix for auto join group when user create topic on a group which he is not a member’ is closed to new replies.