@iduy
1 year, 6 months ago
It is useful for me, thank you @raviousprime
1 year, 9 months ago
hi.. @venutius what if I want to invoke the profile menu navigation to the right side of the avatar ?
hi @sosialc where is the code placed?
I tried using this code :
add_action( ‘groups_join_group’, ‘venutius_group_join_filter’, 10, 2 );
function venutius_group_join_filter( $group_id, $user_id ) { global $bp;
if ( current_user_can( ‘manage_options’ ) ) { return; }
$membership_total = count( BP_Groups_Member::get_membership_ids_for_user( $user_id ) );
if ( $membership_total >= 2 ) { groups_leave_group( $group_id, $user_id ) } }
But, getting alerts syntax error, unexpected token “}” Can you help me ? @venutius
hai @venutius Does this code work to Nouveau template ?