Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change the slug for “friends” to “colleagues”?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @bitboy

    Participant

    Hello,
    You can change that by defining a constant in your bp-custom.php

    
    define( 'BP_FRIENDS_SLUG', 'colleagues');
    

    And yes, you can change slug for most of the component without affecting the functionality.

    You may find the details at the bottom of this page for changing other slug.

    Changing Internal Configuration Settings

    Best Regards
    B

    @amkh

    Participant

    Thank you very much. It worked.

    @bitboy

    Participant

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar