Which theme are you using? Does it work (with attempt one) if you switch to no-default theme?
If not, did you cut and paste the line? You may have incorrect type of quotes. Try typing line from scratch in editor
Bp-default .. Not no-default! Auto-correct spelling!
Added this to wp-config.php whilst using bp-default
// Custom Buddypress slugs
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘shops’ );
define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘groups’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );
/* That’s all, stop editing! Happy blogging. */
created a bp-custom.php and put it in wp-content/plugins
added this within php tags
// Custom Buddypress Stuff
// Custom Buddypress slugs
define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
define( ‘BP_BLOGS_SLUG’, ‘shops’ );
define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
define( ‘BP_GROUPS_SLUG’, ‘groups’ );
define( ‘BP_MEMBERS_SLUG’, ‘members’ );
define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
define( ‘BP_REGISTER_SLUG’, ‘register’ );
define( ‘BP_SEARCH_SLUG’, ‘search’ );
define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
define( ‘BP_XPROFILE_SLUG’, ‘profile’ );
still no good
awwww snap. it is talking about the main header link… forums!
i am talking about the group tab forum !
damn!
Still attempt 3 is not working which should change the group tab forum …
Johnny
I don’t think you can easily change sub-nav items’ slugs in 1.2.9