Did anything change on the code bellow, because now that I’ve updated to sweetdate 2.7 one of the fields it’s not showing up:
***********************************
//members page fields
add_action
(‘after_setup_theme’,’kleo_my_member_data’);
function kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take
the “About me” field content
$kleo_config[‘bp_members_details_field’] =
‘Sobre mi’;
//this display the fields under the name, eq:
36 / Woman / Divorced / Berlin. Modify with the
names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘Campo Artístico’,
‘Ciudad’,
);
*****************************
Can’t see the field “Campo Artístico”
Link:
http://www.gr8cast.net/artistas/
Thanks for all your support.