This topic has 1 reply, 1 voice, and was last updated 10 years by gotard.

  • Author
  • #12186
     gotard
    Participant

    On this demo page: http://seventhqueen.com/demo/sweetdatewp/members/ you have a profile (http://seventhqueen.com/demo/sweetdatewp/members/demo/) that shows some fields that I would like to change.

    For example:

    where you have “34 / Woman / Single / Berlin”

    I would like to have “34 / Favorite movies / Hair Colour”

    How can I define those fields?

    Thanks

    #12295
     gotard
    Participant

    This one, I got it:

    Paste this on functions.php (child theme):

    //—->>>>>//change profile fields on members page
    add_action(‘after_setup_theme’,’kleo_my_profile_fields’);
    function kleo_my_profile_fields() {
    global $kleo_config;
    // Profile fields to show on members loop, below the name
    $kleo_config[‘bp_members_loop_meta’] = array(
    ‘Your profile field one’,
    ‘Your profile field two’,
    ‘Your profile field three’
    );
    //From which profile field to show member details on members directory page
    $kleo_config[‘bp_members_details_field’] = ‘Your profile field four’;
    }

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

The topic ‘How can I change the profile fields presentend in members page?’ is closed to new replies.

Log in with your credentials

Forgot your details?