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

  • Author
  • #10127
     martalaz
    Participant

    hi, I just changed the “about me” in the profile field from Users -> Profile fields
    and i also added the field you suggested to add in functions.php ->http://pastebin.com/djbuUYLt.

    My page is http://www.socialnector.com/members/chris/profile/ but in the field (blue background ) I just have “my photos”. I can not see the “about me” button that according to the setting should be”chi sono”? or at list still “about me”and “looking for” and i can not see the “add friend” and “pubblic message”.

    Also I would like to remove on the top left (considering the avatar image) of the members page the “match percentage”.

    Last question: under the avatar I would like to translate the “activity”,”profile”,”friends”,”group””forum” in a different language. Where do I have to go to change them?
    Thanks, compliments for the theme.

    #10279
     Abe
    Keymaster

    Hi, Related to the tabs that appear next to the image this is the topic:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    and you should change
    ‘group’ => ‘Base’,
    to
    ‘group’ => ‘Chi sono’,

    To remove the matching
    https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
    and you can keep only the part with the matching removing

    COPY CODE
    
    //remove matching
    add_action('after_setup_theme','kleo_my_hearts_actions');
    function kleo_my_hearts_actions()
    {
       /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');      
    }
     
     
    
    
    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?