I am trying to integrate bbPress with Wordpress. I installed it on my local test environment first, in order to work out any kinks. bbPress is in the same database as Wordpress. The installation went fine, it seemed, and I ended up with a basic version of bbPress -- left-aligned black font on a plain white background. Is this what I am supposed to see?
However, when I tried to point it to Wordpress, using "require_once('http://localhost:8888/wordpress/wp-blog-header.php');" in the config.php file, I only got a blank screen. Any idea what I'm doing wrong?
I sort of fumble my way through all this web design stuff, so there is a good chance the answer is painfully easy, but I can't seem to find it. Thanks.