This topic has 1 reply, 2 voices, and was last updated 9 years by Abe.

  • Author
  • #39725
     briankee
    Participant

    You guys have an amazing support forum and I have actually solved most of it through here. Now I need a couple of help, didnt get any luck searching the forums:

    In the member’s directory page,

    1) how do i remove the age field?
    2) how do i insert a <br> equivalent so instead of appearing United States / New York / Single, it appears as

    United States
    New York
    Single

    3) How do i change the font color of the array (hard code)?

    #40081
     Abe
    Keymaster

    Hi, thank you very much.

    2. You need to copy the function render_bp_meta() from custom_buddypress/bp-functions.php to your child theme functions.php and somewhere at the function end you will see implode(” / “, $output) where you replace the
    ” / ” with the break.

    1. to remove the age in the same function comment this line

    COPY CODE
    
    $output['age'] = apply_filters('kleo_bp_meta_after_age', get_member_age(bp_get_member_user_id()));
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?