Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,031
- How-to & Troubleshooting
- 129,665
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
I think my situation is somewhat unique as
$bp->forums->bbconfig = $bp->site_options['bb-config-location'];
which is loaded in bp-forums.php is different (subdomain) than the wp root bb-config.php which had a stale reference to the default bb table prefix.
I’m not certain – but you may be able to call do_action( 'bbpress_init' );