Buddypress Groups: Set HOME as default
- 
		As is, if a user clicks to visit a Buddypress group, they are directed to that groups “Members” page. I would prefer if they were directed to that groups “Home” page. Can this be done? I see from another thread the following snippet: function bp_my_groups_redirect() { setcookie('bp-groups-scope', 'personal'); return '/groups'; } add_filter('login_redirect', 'bp_my_groups_redirect');Might this be modified? Thanks for any help/suggestions 
Viewing 2 replies - 1 through 2 (of 2 total)
	
Viewing 2 replies - 1 through 2 (of 2 total)
	
- The topic ‘Buddypress Groups: Set HOME as default’ is closed to new replies.