Topic: Forum in a template

Hi,

I have a template that is a complete website. Now, I want to replace "<PUN_FORUM>" in my template.php with the actual forum. Can this be archived? If not, how can I at least add some php code at the beginning of _every_ forum's page?

More, I'm using PunBB for my 2nd website now. It's really great!

Thank you.
-Gernot

Looking for a good game?
Do it yourself - GLBasic, you can do!

Re: Forum in a template

you might be better looking at header.php and main.tpl instead of trying to load fo forum in your template

Re: Forum in a template

The easy way for your form to fit into your site is to edit the main.tpl file and style.css file. and do your best to make it fit in.

Re: Forum in a template

Ah. Okay. Can I add php in main.tpl?

Looking for a good game?
Do it yourself - GLBasic, you can do!

Re: Forum in a template

Yes, read faq.html :)

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

Re: Forum in a template

yikes wow i didn't realise (after messing with header.php :S)