Topic: Integrating your Arras Theme/Wordpress blog with a phpBB forum
I know I had a lot of trouble setting this up, so I want to make it easy for others to do this when they decide a phpBB forum is something they want to use with their wordpress site.
Here is an example of what I've done with my site:
The Forums | The Normal Website
Make sure you have a phpBB forum installed before you start this process, and that your forum style closely matches your normal website.
Step 1 - Open up your normal website and open the page source.
Find:
<div id="header">Step 2 - If you want only the header on top of your forum, copy everything up to:
</div><!-- #header -->If you want to include the navigation bar from your normal website, copy everything up until:
</div><!-- #nav -->Step 3 - Open up your overall_header.html file of your forum and paste the code you got from your normal website. Each forum is going to require that you paste it in a different spot, so it's going to take some trial and error.
Step 4 - Once you've done that, you have to head over to your wordpress site's CSS files and copy the CSS files for your header, nav or anything else that affects your header. Paste the CSS from your normal website into either stylesheet.css or colours.css.
That's basically all you have to do! If you have any other questions, don't hesitate to ask.