Re: show custom field in bp_group_the_member loop
Shouldn’t need to have to perform a while loop in a members loop, it should be much easier than that
bp_member_profile_data(‘field=Company Name’)
if(bp_get_member_profile_data( ‘field=Company Name’ ) == ’special’)
Something along those lines. Over the last day or two there have been a few posts on the subject of profiles, and all the info one could need is to be read in these so have a scroll back over the last 3 or so pages of posts – in fact one post was about not having to create while loops, an old post but resurfaced.