This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #136437
     preetish
    Participant

    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 …

    #136521
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #136567
     preetish
    Participant

    Thanks 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?

    #136932
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?