Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: The buddybar is showing on the forums page onfthis site; how do we do it?


John James Jacoby
Keymaster

@johnjamesjacoby

You’ll want to put this at the top of bb-config.php:

if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false) ;
include_once( '/your/absolute/path/to/domain/wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy") ;
}

The & should be just the &

Skip to toolbar