Skip to:
Content
Pages
Categories
Search
Top
Bottom

[resolved] Changing ”Groups” to ”Teams”

  • @rhek

    Participant

    Hello,

    We have a request from the boss to change “Groups” to “Teams”? He would like to change it everwhere, menu, urls, etc.

    If there is a way to do this and a new version of BuddyPress comes out would we need to do this again?

    Thanks,
    Rhek

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mercime

    Participant

    https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/

    1. Add following to bp-custom.php file (create one if you don’t have one)
    `define ( ‘BP_GROUPS_SLUG’, ‘teams’ );`

    2. Create a new Page named Teams

    3. Go to BuddyPress > Pages and associate Groups with the page Teams

    @rhek

    Participant

    Thanks!
    Rhek

    @mmward43

    Member

    Hi – I’m actually trying to do the same things, but changing “Groups” to “Leagues”. I followed @mercime‘s tip and that worked for changing all the appropriate navigation links. But when I click on “Leagues” (formerly Groups), all the content on the page still uses the word “Groups”. Meaning that the page’s title still says “Groups Directory”, the button to make a new one still says “Create a Group”, etc. Is there a way to make the change from “Groups” to “Leagues” happen everywhere?

    Thanks in advance.

    @mercime

    Participant

    == Is there a way to make the change from “Groups” to “Leagues” happen everywhere? ==

    Yes. Use language translation file as in https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    @rossnmia

    Member

    I want to change the title on page from forums directory to message board how can I change this text please? You can see what text I mean on my page http://www.nztack.co.nz

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[resolved] Changing ”Groups” to ”Teams”’ is closed to new replies.
Skip to toolbar