« See all FAQs for OneCommunity - BuddyPress Theme
When I go to the single group page then it redirects me to the group’s forum (groups/music/forum/). I want to be redirected to the Home of the single group (groups/music). How to do it?
Open following files:
frontpageX.php groups/groups-loop.php
... and replace (few times):
<?php bp_group_permalink() ?>forum
for
<?php bp_group_permalink() ?>

