Re: Group forums not working? On a DV?
SWEEET SUCCESSSSS!
Okay… For those of that might be using “deep integration” namely using your BuddyPress/MU functions in bbPress, at the time of this writing at the top of your bb-config.php file, put…
if ( !defined( 'ABSPATH' ) & !defined('XMLRPC_REQUEST')) {
include_once( 'absolute/path/to/your/wordpressmu-directory/wp-blog-header.php' );
}
This way, it only tries to include the MU/BP functions if they haven’t already been defined and if it’s NOT a xmlrpc request!
DUH! Yay! Burt, haha you rule…