Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make BBPress a Page in WordPress???

Hi, I would like to display forum on wordpress page, and i used a gerink post, but when i put that code:

$bb->WP_BB = true;

if (file_exists(‘../wp-blog-header.php’))

require_once(‘../wp-blog-header.php’);

else

if (file_exists(‘../../wp-blog-header.php’))

require_once(‘../../wp-blog-header.php’);

In to the top of my bb-config.php file, i just can not login in to the bbpress. I try to create new account, but effect is the same. When I click “Log in >>” , the site is only refresh, and I still can only log in.

I have wp 2.8 and bbpress 0.9.0.5.

Skip to toolbar