Info
- 6 posts
- 4 voices
- Started 3 years ago by Christiaan
- Latest reply from Sam Bauers
- This topic is resolved
WP Integration: header integration problem
-
- Posted 3 years ago #
Hi, I've managed to integrate a fresh install of both WP and bbP successfully up to the point before integrating the WP header/theme.
Despite the overhead I'd like to use the method described at http://bbpress.org/documentation/integration-with-wordpress/ but when I use this method nothing happens; the forum remains looking the same.
I'm using a full URL address (i.e. http://) to call the blog header because a relative address doesn't appear to work and I can't seem to get the absolute address correct.
Any ideas?
-
- Posted 3 years ago #
Do I need to add some code to the bbPress theme to call the header maybe?
-
- Posted 3 years ago #
Solved, my problem was I needed to change
<?php bb_get_header(); ?>to<?php get_header(); ?>in the bbPress theme files, but I also needed to moverequire_once('../wp-blog-header.php');up to the top of my config file.It would be useful if both these aspects were mentioned in the Functions section of http://bbpress.org/documentation/integration-with-wordpress/
Who can I contact to suggest these changes to that page?
-
- Posted 3 years ago #
I tagged the thread
modlookwhich means a moderator will look at it. -
- Posted 3 years ago #
I am pretty sure sambauers or mdawaffe will look at this thread at some point as they have access to the documentation :)
Trent
-
- Posted 3 years ago #
I wouldn't recommend doing that, so I won't add it to the documentation. WP tends to stomp on stuff that bbPress needs. I've had a project on the back-burner for a while now that will eventually allow what you are after. But it's not ready yet.
-
You must log in to post.