This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #6574
     adam
    Participant

    Hi – How can I change the name of BP-Album on the buddypress nav from Album to Add Photos?

    Here is the code I’ve tried:

    COPY CODE
    
    function my_setup_nav() {
          global $bp;
          $bp->bp_nav['album']['name'] = 'Add Photos';
    }
    
    add_action( 'bp_setup_nav', 'my_setup_nav' );
    

    Instead of ‘album’ I’ve tried ‘bp-album’ and ‘bp_album’ and ‘bp_album_setup_nav’, but no luck.

    Thanks!

    #6620
     SQadmin
    Keymaster

    Hi,
    You can try doing it with the translation trick and add an english translation to that string.
    Until v2.3 see here how to translate bp-Album:
    https://archived.seventhqueen.com/forums/topic/where-to-translate-bp-album

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

The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?