Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: -MunDy- on December 04, 2004, 01:44:28 PM

Title: SSI Problems
Post by: -MunDy- on December 04, 2004, 01:44:28 PM
I'm not sure if I have posted this in the right spot... but anyhow...

I am trying to use the SSI <!--#include virtual="./SSI.php?ssi_function=boardNews" --> to display the board's news.... but it displays posts from the wrong board. This points to the board that was already there when I installed SMF instead of the news board I created afterwards, is there a way I can change which board this points to?
Title: Re: SSI Problems
Post by: [Unknown] on December 04, 2004, 09:04:54 PM
Have you tried adding ;board=## to the URL?

-[Unknown]
Title: Re: SSI Problems
Post by: -MunDy- on December 04, 2004, 11:55:54 PM
no I haven't, but I tried then and it worked, thankyou :)
Title: Re: SSI Problems
Post by: -MunDy- on December 05, 2004, 01:18:55 AM
Is there a way I can edit the way it looks? Like, what I want to do is make each post show up in a separate table, similar to that shown <a href="http://www.shareconnector.com/">here</a>.
Title: Re: SSI Problems
Post by: [Unknown] on December 05, 2004, 01:31:20 AM
Yes.  Search for "output_method"... I've (ad others have) said it before much more eloquently than I think I could now.

-[Unknown]
Title: Re: SSI Problems
Post by: -MunDy- on December 05, 2004, 01:34:00 AM
thank you :)