Topic: Integrating the forum with the rest of my website's design (Help!)
Okay, here's the deal. I can design, but programming isn't my cup of tea. I've tried, it just doesn't work out.
For my latest project, I wanted to run my entire site using PunBB as base, and using the extern.php News Extension (http://punbb.org/forums/viewtopic.php?id=7552). Getting posts from the forum shouldn't be too difficult now.
However, I want my forum to fit into my current design. This is what my forum page template looks like: http://powerofmetal.net/forum.php
I wanted the forum in the empty part in the middle.
The thing is, the entire design is seperated into different files and brought together with a bunch of "include_once();" commands, so that I wouldn't have to edit every page for changes in design.
Now this should technically have been easy. There's a header and there's a footer. Thing is, when I tried to use the same "include_once();" commands in /header.php, it didn't work.
Besides, my includes need to link to their own CSS page as well.
The forum is located at http://www.powerofmetal.net/forum I'll need to change the look after it's integrated into the current design.
I appreciate any help at all. First time with PunBB, so...
Thanks!