Yep, sorts the members alphabetically from the name, however I want to sort them by city which is the third meta field, see here http://distriktshovslagare.se/members/ I want to sort them by the field named Ort:
I tried putting this in the members loop: <?php bp_member_profile_data( ‘field=Postort’ ); ?>
Right below: <?php bp_member_permalink(); ?>”><?php bp_member_name(); ?>
But no joy