1

Topic: Is punbb easily adaptable into other webpages.

I guess what i'm asking is if pun easily integrated into other pages?

One of the things that i don't like about phpbb is that it is so hard to integrate into my other pages, and keep them looking the same. IE: you're not able to add your navigation script because the header file in phpbb is not parsed.

I'm realling thinking about making the switch to punbb. I first heard about it here http://www.labradorstraits.net/forum/ ....  this guy seems to have integrated phpbb very nicely into his site.

2

Re: Is punbb easily adaptable into other webpages.

Changing the template files is as easy as HTML editing. Actually, thats EXACTLY what it is. To change colors, take a look at the css files.

Do, or do not.

3

Re: Is punbb easily adaptable into other webpages.

Thanks for the reply,

I've actually got another question, I've got a little navigation script that I use for all pages on my website, the file is navigation.inc.php, I'm wondering what file i can put the
include('./navigation.inc.php');
so that it will be
a) parsed
b) displayed as the first thing on the page (in other words, directly below the <body> tag).

Thanks!

Re: Is punbb easily adaptable into other webpages.

stewy: Have a look in faq.html regarding including PHP code in the template.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

5

Re: Is punbb easily adaptable into other webpages.

probably should have read that before i posted.

Sorry about that, thanks for the tip!