This topic has 7 replies, 3 voices, and was last updated 10 years by Radu.

  • Author
  • #102689
     Luke
    Participant

    Hello,

    I’m looking through the theme files to rename the buddypress icons in the <li>.

    Where can I find the php file to change them?

    Thanks,

    Luke

    #102772
     Radu
    Moderator

    Hi,

    Do you want to change the icons ?

    Look here : https://archived.seventhqueen.com/kb/changing-section-icons-in-profiles-and-groups

    If not let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #102775
     Luke
    Participant

    Thanks Radu,

    NO I would like to change the icon text. eg change “Media” to “documents”

    Thanks,
    Luke

    #102887
     Radu
    Moderator

    Hi,

    Please use this function

    For renaming the media label you should add this snippet to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    function rename_profile_menu_items(){
        global $bp;
        $bp->bp_nav['media']['name'] = 'documents';
    }
    add_action('bp_setup_nav', 'rename_profile_menu_items', 201);
    

    See related topics here : https://archived.seventhqueen.com/forums/topic/how-i-can-change-my-order-tab-in-buddypress-profile#post-85874

    If you need to rename another item just copy this $bp->bp_nav[‘media’][‘name’] = ‘documents’; and instead media put profile or what you need to translate.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #103424
     szmek9
    Participant

    does it work for tabs in dropdown menu?

    #103570
     Radu
    Moderator

    Hi szmek9,

    I don’t really understand can you please explain ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #103606
     szmek9
    Participant

    Hi
    I meant…_>picture

    #103618
     Radu
    Moderator

    YES

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?