Trying to change slug of Group Tab. Tried 3 different ways still no good?
- 
		Hi I am trying to change my group tab slugs at: http://tradr.co/groups/test-group-1/ I have a discussions tab. I figured out how to change the name in my themes functions.php But I cant change the slug? ATTEMPT 1 in wp-config.php 
 define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
 change to discussions no goodATTEMPT 2 
 in bp-custom.php in plugins folder…
 define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
 no good.ATTEMPT 3 
 in themes functions.php
 $bp->bp_options_nav = ‘discussions’;
 no goodThis tutorial about changing slugs did not work. 
 http://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/I have not attempted changing the language file… surely, this should not be that hard… 
- The topic ‘Trying to change slug of Group Tab. Tried 3 different ways still no good?’ is closed to new replies.