Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change “Group” to something else

  • @pimaniii

    Member

    How can I change the word “Group” to something else universally, so that even in the URL it would change? THanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • @sabaoth

    Member

    Insert the following line of code somewhere in your wp-config.php:
    define ( ‘BP_GROUPS_SLUG’, ‘somethingelse’ );

    @nit3watch

    Participant

    Edited: This is basically from the codex ( woke up and saw someone editing a wp file.. jumped the gun :P)

    create a file called bp-custom.php and drop it in your plugins folder.

    In this file add this http://pastebin.com/ANpWqWsV and change the slug’s accordingly

    @hnla

    Participant

    @nit3watch wp-config is not a file that gets overwritten otherwise everyones site would go down every time one upgraded ;) Adding Constants to wp-config is an method set out in the codex as is bp-custom, not that I like adding bp stuff to wp-config particularly.

    @PiManIII you should always check the documentation and do a quick search first as it’s a subject that crops up often have a look through the bp codex as there is a page on this subject. (scroll to bottom)

    https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    @pimaniii

    Member

    Alright, thanks! I will take a look.

    @pimaniii

    Member

    Where can I change it’s appearance? I cant seem to find it in the .php files.

    @pimaniii

    Member

    Any ideas? I want to change the menu text.

    @pimaniii

    Member

    Im sure this is possible. Can some one point me to documentation? I cant find it in the codex

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change “Group” to something else’ is closed to new replies.
Skip to toolbar