Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • in reply to: Futured image #21201
     gotard
    Participant

    Is this fixed on current version? I got this problem also…

     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’;
    }

    in reply to: Privacy settings not working correctly #12293
     gotard
    Participant

    (tested without admin account)

    but it shows the thumb and only than it says that the picture has restricted access…

    in reply to: Prevent users from posting email addresses #11009
     gotard
    Participant

    I couldn’t agree more! The fact that users can write emails inside the messages or elsewere is a “breach” that must resolved

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

Log in with your credentials

Forgot your details?