-
Author
-
September 19, 2016 at 05:10 #136437preetishParticipant
Hi
We would like to display some of the extended fields which we collect during registration on the profile cards of the members.
We already tried adding the code below in the child theme’s function …it didn’t seem to work
//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’] = ‘About me’;
Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘Blood Group’,
‘Club’,
);
}
Can you please help us achieve this …
September 19, 2016 at 17:47 #136521LauraModeratorHello, that is for Sweetdate theme, try this https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-profile-header
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 19, 2016 at 20:03 #136567preetishParticipantThanks for pointing me in the right direction.
However, This only adds the extended profile data to the cover image area. What I need os to display it in the cards that appear in the members page.
How would i go about achieving this?
September 22, 2016 at 23:35 #136932LauraModeratorHello, check https://archived.seventhqueen.com/forums/topic/show-custom-profile-fields 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.