
Roman Forum
I finally figured out how to get my bbPress forum, visually, integrated into my WordPress site. Feel free to drop in and call me names or something.
The forum itself integrates into the backend nicely since it is developed by the same people that made WordPress, but there is no way to integrate it into a WordPress theme without creating a matching theme by hand. That is, unless that hand knows magic!
My magic is much less magical than others whom I’ve read have edited code to merge the two, but my method is much more simple. If I’ve learned anything over the years, it’s that simple is good…and that I’m lazy, so simple is as good as it’s gonna get.
My method was to simply create a new page template based on my current theme’s page template. I stripped out the post related code and replaced it with a simple iframe call to my forum. I then created a new page within WordPress, left the content empty, pointed it to my newly created template, and violla, the css was wrong. So I had to do a little tweaking to the css to get it just right, but overall I think it looks pretty good…or as I like to say, good enough.
Since it is just an iframe, it’s not perfect. External links clicked inside the forum will cause the link to load inside the frame, and that just looks wierd, but thats too bad.