Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Home Search Field – Full Width #3455
     mylaiva
    Participant

    Works perfectly! Thank you so much!

    in reply to: Add fields to Member Directory #3452
     mylaiva
    Participant

    Yes, it’s activated and those fields are filled out.

    in reply to: Add fields to Member Directory #3387
     mylaiva
    Participant

    it isn’t working for me either. This is the code I have:
    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’;
    //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(
    ‘I am’,
    ‘Type’,
    ‘City’
    );

    }

    I also have this code in another section:
    function kleo_remove_actions()
    {
    add_filter(‘kleo_bp_meta_fields’,’my_remove_age’);

    /* For example uncomment the line bellow to disable matching on member profile */
    //remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);
    }

    function my_remove_age($output) {
    //remove the Age form array
    unset($output[‘age’]);

    return $output;
    }

    in reply to: Homepage modification #3385
     mylaiva
    Participant

    Thank you!!

    in reply to: Home Search Field – Full Width #3360
     mylaiva
    Participant

    I would also like to know how to do this. I have a full width form with checkboxes and other input fields but as of right now it’s in a single column and really long. I would like to have multiple columns instead of one. Thanks!

    in reply to: Homepage modification #3335
     mylaiva
    Participant

    Hi, could you please explain how to do this? Thanks!

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

Log in with your credentials

Forgot your details?