Re: change url
Thank you but me, in my wp-config.php i have not
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’ );
Do you know where is this?