Re: loading wordpress with bbpress
First let me say what a breeze to install and intigrate. I didnot even realize it was integrated untill I noticed while logged into WP admin I brought up the forum in another tab and was logged in there too! Nice job.
Ok now to my question, Im trying to get the forum to look like wp, in my cae its http://dentalceramics.com and http://dentalceramics.com/forums. Like what youve done with this site.
My problem is that every time I try and ad
<?php
require_once(‘/home/dental/public_html/wp-blog-header.php’);
define(‘WP_BB’, true);
I get a crash. Interestingly though define(‘WP_BB’, true); works under the last section of the config.php file but only as define(‘wp_bb’,true); Its how its defined now.
So my thouht is do I need to even do this? Can I just start adding wp tags tp my bb_template files? If so what should for example <?php bb_get_header(); ?> be changed to in the front-page.php file if this is the way to go about it.
Many thanks,
Rob
Oh, sorry no access to my error log files which is a real bummer for stuff like this to help.