Hey there, I’m getting an issue where the tabs from bp_get_options_nav on groups/single repeat several times after the member list. It only appears when I add this code to output a members groups within the list – can you tell me what I’m doing wrong here? It looks like it’s duplicated for each ‘group’ that gets printed..?
if ( bp_has_groups(‘type=alphabetical&page=0&user_id=’ . bp_get_group_member_id()) ) :
while ( bp_groups() ) : bp_the_group();
etc.
endwhile;
Thanks, Jon