PDA

View Full Version : SSI help for IBF


Omar
05-21-2003, 10:45 PM
Ok, I installed the board, and added a php include () to topics.php page to show 10 topics dynamically, but nothing comes up, and ssi.php claims theirs an error again, anybody have any suggestions? and please, don't recommend me a mod :lol: Here's the links, btw, don't ask me what the forum is, it's just a test for a real one I'm making...

members.lycos.co.uk/omihomi28/ssi.php
members.lycos.co.uk/omihomi28/topics.php

d0dGy MiKE
05-21-2003, 11:14 PM
there are four ssi includes that invision lets you use. they are:


/* USAGE:
------

Simply call this script via PHP includes, or SSI .shtml tags to generate content
on the fly, streamed into your own webpage.

To show the last 10 topics and posts in the news forums...

include("http://domain.com/forums/ssi.php?a=news&show=10");

You can adjust the "show" attribute to display a different amount of topics.

To show the board statistics

include("http://domain.com/forums/ssi.php?a=stats");

To show the active users stats (x Members, X Guests, etc)

include("http://domain.com/forums/ssi.php?a=active");

*/


EDIT: LMAO thats only three! hehe - thats whats written in ssi.php so there ya go...i only thought there were four because i forgot that the fourth one i had was an extra module attached to ssi.php

Omar
05-21-2003, 11:33 PM
i know they're more includes, but all I want for now is to display the topics and first post in my news forum on topics.php...