1

Topic: Including PunBB in a web page

I would like to integrate PunBB into an already existing page. How do i do that?

Basically i want my forum to be inside a page, rather then on a page of it's own.

Re: Including PunBB in a web page

Moved to integration.

Your simplest options are probably to either include PunBB in an IFRAME or to edit include/template/main.tpl to add a header/footer/navbar to match the rest of your site.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Including PunBB in a web page

I did not know about main.tpl  I will have to do it this way on my next project...

Re: Including PunBB in a web page

sorta like http://nalan.org
i put a css template in the portal.tpl that what the  index.php pulls
and the rest of the site pulls from the main.tpl

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Including PunBB in a web page

I'm having trouble with this too.
My method is to integrate the main site by including a php file in the include/user dir, and the php file includes my main site layout.
The problem is that when I include the site layout, all of the elements of the page layout I'm trying to integrate become seperated, like they have padding between them.
I've tried to specify no padding in my css file, but it isn't working sad

Any suggestions?

Re: Including PunBB in a web page

man, it is in the css that is where all the issue are..lol.
http://bunpai.com/portal.php looks good in FF but in ie6 or ie7 it goes crazy.
so that tells me that the css and _css is causing the problem.

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!