Forums

Join
bbPress Support ForumsInstallationWordPress deep integration

Info

WordPress deep integration

  1. Sorry for yet another WordPress integration topic. I'm mainly interested in integrating my WordPress header with BBpress, and I've read just about every page on the topic. I tried the deep integration suggestions by editing my bb-config.php to include:

    if ( !defined( 'ABSPATH' ) ) {
    include_once( '../wordpress/wp-blog-header.php' );
    }

    I've also tried setting the path to wp-load.php instead with no luck. I keep getting an error saying that the file or directory does not exist. My WordPress and BBpress installs are in separate directories, but on the same level. Ex:

    /home/wordpress
    /home/bbpress

    Is the path I have correct? Also, I went through every file in the template and changed:

    <?php bb_get_header(); ?>
    <?php bb_get_footer(); ?>

    to

    <?php get_header(); ?>
    <?php get_footer(); ?>

    Are there any other suggestions?

    Edit: Sorry I forgot to mention that I'm using WordPress 2.7.1 with bbPress Alpha 1 and my website is http://www.rivenwow.net

  2. Ok well I figured out part of the problem and got the path set correctly. Now that it loads the formatting and tables are completely missing. Is this something that I change in the styles for WP or bbPress?

    http://www.rivenwow.net/bbpress

  3. You must log in to post.