Forums
-
- Forum
- Posts
-
- Installation
- 27,775
- Troubleshooting
- 60,879
- Themes
- 10,206
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
How I do deep integration using WordPress 2.7 and bbPress 1.0 Alpha 6.
Add to beginning of bb-config.php:
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once( '/absolute/path/to/yourdomain.com/wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS