multi-network support for bbPress
bb-config.php needs to be adjusted to work with the changes in #2952 & #3228. Attached is a patch for bp-forums/bp-forums-admin.php to make those adjustments to bb-config.php
Also, I fixed
get_blog_option( BP_ROOT_BLOG, 'name' )
which should be
get_blog_option( BP_ROOT_BLOG, 'blogname' )
On second thought, let's not do this. When the bbPress plugin is rolled in the bb-config won't be used and this can be handled either in bbPress or in the BP bridge for bbPress.
I can update my tutorial with instructions on what needs to be changed in bb-config to have the forums work.
I'll leave it as new for a second opinion.