Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: change url


rickgoz2009
Participant

@rickgoz2009

Okay thank you,

But how can i use the wp-config.php fil because in this file i have not this code:

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’ );

09.

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’ );

So how can i change?

Skip to toolbar