Forums as default in groups (BP 1.5)
-
Hi all,
I’m making the move to BP 1.5 which means some updates to my theme, I am currently testing everything out and one thing I am finding is the function I am using to make forums default in 1.2 doesn’t appear to be working in 1.5The code is:
`function my_bp_groups_forum_first_tab() {
global $bp;$bp->bp_options_nav = ’50’;
$bp->bp_options_nav = ‘Activity’;
}
add_action(‘wp’, ‘my_bp_groups_forum_first_tab’);
`Does anyone know what it should be for 1.5?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Forums as default in groups (BP 1.5)’ is closed to new replies.