Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom slugs not working


David
Participant

@educartis

Oooppss reading a blog post ive found a solutions that is working properly,.. in the bp-custum.php we need to comment or delete this sentence:

define ( ‘BP_XPROFILE_SLUG’, ‘info’ );

Before

>>>

01.define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ );

02.define ( ‘BP_BLOGS_SLUG’, ‘journals’ );

03.define ( ‘BP_MEMBERS_SLUG’, ‘users’ );

04.define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );

05.define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );

06.define ( ‘BP_MESSAGES_SLUG’, ‘notes’ );

07.define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );

08.define ( ‘BP_XPROFILE_SLUG’, ‘info’ );

10./* Some other non-component slugs */

11.define ( ‘BP_REGISTER_SLUG’, ‘signup’ );

12.define ( ‘BP_ACTIVATION_SLUG’, ‘enable’ );

13.define ( ‘BP_SEARCH_SLUG’, ‘find’ );

14.define ( ‘BP_HOME_BLOG_SLUG’, ‘news’ );

Ive tried and know everything looks nice,,

This solutions is in the comments of this post

https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/#comments

Skip to toolbar