Oh! and can I do this via my child theme?
For profile fields you could either of the following:
`bp_get_profile_field_data(‘field=location&user_id=’ . bp_get_group_member_id()) `
Echo it or pass it to a variable
or:
`echo xprofile_get_field_data( ‘location’ , bp_get_group_member_id() ) `
The file that runs the group members is `/groups/single/members.php`
Edit a copy of that file and place the output where best suits your layout.
Something that has just occured to me, with what I am trying to do.
Is it possible that we can make this happen for member list in Private groups only ?
or even friends within a private group