Hello ALL,
Three days ago I setup bbpress towards my community on my domain website.
I wanted to setup the bp tool bar in the bbpress page but doesnt seem to work.
bbpress and bp is integrated prefect and works great but when I place the if statement in the bb-config.php to show the tool bar it makes my theme disappear in bbpress and crashes.
http://theaub.com/bbpress.
This is what I placed in the bb-config.php and activated the plugin after.>>>
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” );
}
Can anyone help me please?