Info
- 2 posts
- 1 voice
- Started 3 years ago by crimsonmai
- Latest reply from crimsonmai
- This topic is not resolved
WordPress deep integration
-
- Posted 3 years ago #
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/bbpressIs 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
-
- Posted 3 years ago #
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?
-
You must log in to post.