Re: The buddybar is showing on the forums page onfthis site; how do we do it?
Okay, I finally found a thread that I think has the answer, so I am posting this just to check:
Over at the bbPress forums, it was suggested to add the code below to the beginning of the bb-config.php file:
if ( !defined( ‘ABSPATH’ ) ) {
include_once( ‘/Full/Path/To/wp-load.php’ );
}
I have added that per the instructions and also included the suggested code in the footer of my template. Still not getting anything in terms of a buddybar, but did not see any errors.
When I also added the header code in, I got this error:
Fatal error: Call to undefined function wp_head() in mysite.com/forums/bb-templates/bbpress-forum/header.php
Any ideas as to how to fix this?