Mine show show up the header and the footer but the page is displayed on the browser bar as “Page not found” and the page screen is darkened ( not as on my homepage http://nagapress.com) You will see what i am talking about when you see my page- http://nagapress.com/community/
I followed this tutorial http://labs.b5media.com/
THANK YOU, i was going insane trying to wait for someone to reply!
Sorry, Everything is running fine. “the page not found” was simply because of the wordpress custom code in the title. I just type in title name and it run fine.
When I do the:
// Include WordPress functionality
$currDir = dirname(getcwd());
// Make sure this isn’t install or admin (go up if it is)
if(!file_exists(“$currDir/wp-blog-header.php”))
$currDir = dirname($currDir);
if(!file_exists(“$currDir/wp-blog-header.php”))
die(“Cannot find WordPress integration files.”);
require_once(“$currDir/wp-blog-header.php”);
my forum disappears…. This goes into the bb-config.php file right?
Whatever variation of requiring wp-blog-header.php makes the whole screen blank.
I guess no one here supports WPMU & BBpress theme integration?
All the sites I seen that has the integration the top is just HTML, no login form/status etc etc.
at WPMU told me to check the error log, how do I do that on BBpress?
Okay I think I got it. Thanks to Kernpunt (https://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk#post-55915) I didn’t have access to the error logs.
I deactivate both plugin from both sides (for now).
I didn’t have clue what it was. I thought it was because my php memory was limited.
Now I’m integrating BBpress theme into WP!