Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove /member/ from URL

Viewing 4 replies - 1 through 4 (of 4 total)
  • @burtadsit

    Participant

    You can’t.

    Thats wrong…in bp-core can you define the path:

    if ( !defined( ‘BP_MEMBERS_SLUG’ ) )

    define( ‘BP_MEMBERS_SLUG’, ‘member’ );

    so you can change it…and i’m sure that you can remove it.

    @jeffsayre

    Participant

    chukkide-

    Burt is correct. This is not the way that BP works. You asked how the slug can be removed, not how can you change the slug title. To do that, read this.

    But, to remove the slug completely, as you asked, is outside the purview of BP. It may be possible with some fancy .htaccess rewrite rules, but it could cause issues with the way BP works.

    @gangesh

    Participant

    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove /member/ from URL’ is closed to new replies.
Skip to toolbar