Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress Default theme for bbPress


dainismichel
Participant

@dainismichel

Well, I added this to bb-config.php

`// 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”);`

got the code from here
http://labs.b5media.com/blog/creating-the-anypress-solution/

…still need to test…but the theme seems to work now…i think

Skip to toolbar