BuddyBar for bbPress adds the BuddyPress "BuddyBar" to a bbPress1.0.1 installation (Requires deep integration)
BuddyBar for bbPress requires WordPressMU, BuddyPress, and bbPress.
It also requires "deep integration" which can be achieved by adding the code below to the top of your bb-config.php file.
if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
define( 'WP_USE_THEMES', false );
//
// You will need to get the ABSOLUTE path to this file |
// \|/
include_once( '/your/absolute/path/to/wordpress/wp-blog-header.php' );
header( "HTTP/1.1 200 OK" );
header( "Status: 200 All rosy" );
}
Use the included abs.php tool to assist you in getting the absolute path. Using http://domain.com/wp-blog-header.php will not work here.
--- Plugins: ---
--- Themes: ---
This plugin will use the existing BuddyPress CSS, so no additional theme files are necessary.
--- Upgrading from an earlier version: ---
Requires: 2.7.1 or higher
Compatible up to: 2.8.1 trunk
Last Updated: 2009-7-10
Downloads: 1,818
Got something to say? Need help?