Hi
Im tring to get the “member directory” to show specific fields that I have changed in the profil fields.
I have come to the functions.php:
// Profile fields to show on members loop, below the name
$kleo_config[‘bp_members_loop_meta’] = array(
‘Køn’,’Område’,’Seksualitet’);
Now I have two problems. The array that is made is one lounge string and there is no break, so only 1/3 of the information is displayed in the member directory.
The other problem is, how i show the “field” & “value”. For example “Gender” — “Male” and not only the value of the field?
Thanks