- 
	
	johnnymestizo posted an update 14 years, 3 months ago 
- 
	
	johnnymestizo posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 14 years, 3 months ago 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 
- 
	
	johnnymestizo posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 14 years, 3 months ago 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’, […]
- 
	
	johnnymestizo posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 14 years, 3 months ago that did not work 
- 
	
	johnnymestizo posted on the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 14 years, 3 months ago 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( […]
- 
	
	johnnymestizo started the forum topic Trying to change slug of Group Tab. Tried 3 different ways still no good? in the group How-To and Troubleshooting 14 years, 3 months ago 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 […] 
- 
	
	johnnymestizo posted an update 14 years, 4 months ago @ddean Hi Dean, The ticket for this is at: http://tradr.com/groups/report-a-bug/forum/topic/sub-products-0-should-not-exist/ 
- 
	
	johnnymestizo posted an update 14 years, 4 months ago @ddean @ddean – i found this code in your plugin: function bp_group_hierarchy_has_subgroups() { 
 global $groups_template;$group =& $groups_template->group; 
 return BP_Groups_Hierarchy::has_children( $group->id );i think it has something to do with that….? then i could put in a: global…[Read more] 
- 
	
	johnnymestizo posted an update 14 years, 4 months ago 
- 
	
	johnnymestizo posted a new activity comment 14 years, 4 months ago had a problem creating a forum post in Creating & extending. it created the forum group but no post within it? anyways, above is my poor attempt at moving towards a solution! 🙂 
- 
	
	johnnymestizo posted a new activity comment 14 years, 4 months ago Move BP Docs to BP Groups tab so far i have got this far. i have put the following in my functions.php in my child-theme. bp_options_nav[‘groups’][‘home’][‘name’] = ‘Activity’; 
 $bp->bp_options_nav[‘groups’][‘forum’][‘name’] = ‘Discussions’;
 $path = clean_url( $_SERVER[‘REQUEST_URI’] );
 $path = apply_filters( ‘bp_uri’, $path );
 if (…[Read more]
- 
	
	johnnymestizo joined the group Creating & Extending 14 years, 4 months ago - 
	
	
	Move BP Docs to BP Groups tab so far i have got this far. i have put the following in my functions.php in my child-theme. bp_options_nav[‘groups’][‘home’][‘name’] = ‘Activity’; 
 $bp->bp_options_nav[‘groups’][‘forum’][‘name’] = ‘Discussions’;
 $path = clean_url( $_SERVER[‘REQUEST_URI’] );
 $path = apply_filters( ‘bp_uri’, $path );
 if (…[Read more]- 
	
	
	had a problem creating a forum post in Creating & extending. it created the forum group but no post within it? anyways, above is my poor attempt at moving towards a solution! 🙂 
 
- 
	
	
	
 
- 
	
	
	
- 
	
	johnnymestizo posted on the forum topic Group Hierarchy Tree not working ! in the group BP Group Hierarchy: 14 years, 4 months ago Hi David http://tradr.com/groups/ I can change the ‘group members’ to ‘sub groups’. However, the whole tree view does not work because AJAX is not loading. I now have a child theme, so i can mod the theme. Any help on what code is needed please let me know! I can give you a login to […] 
- 
	
	johnnymestizo joined the group BP Group Hierarchy 14 years, 4 months ago 
	@johnnymestizo
	Active 4 years, 6 months ago