Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: c0n3y on December 24, 2008, 01:43:10 PM

Title: SSI.php full board include.
Post by: c0n3y on December 24, 2008, 01:43:10 PM
I've viewed the SSI documents but I cannot find thy way to actually put the entire board into my html website. I will be taking off the header, and all I want is all the boards, login box, stats, etc. to display in the white space on the html site.

I've seen people have the entire board, but I do not see an include that will do that.

Any ideas? Or if I'm completely off, could you point me in the right direction?

Thanks. :)
Title: Re: SSI.php full board include.
Post by: Kermit on December 25, 2008, 09:00:29 AM
You can put your entire forum with iframe tags in your html site

<iframe src="your forum url comes here" height="" width="" frameborder="no"></iframe>

height and width should be adjusted by yourself