Forums
-
- Forum
- Posts
-
- Installation
- 28,364
- Troubleshooting
- 62,095
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,880
- Showcase
- 3,252
-
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