Merging Global Forum with Group Forums:-
Please put the following code in your functions.php/bp-custom.php to allow the merge
add_filter("gf_get_root_forum_id","gf_no_restriction");
add_filter("gf_excluded_forums","gf_no_restriction");
function gf_no_restriction(){
return 0;
}
Related posts:
- YouTube feed Plugin for Buddypress
- Creating The sitewide global/unified search Page for your Buddypress Theme
- BP Wire plugin updated
- Introducing the first stable version of Global Forums Plugin
- Buddypress trick:Redirect Users to their profile on login