SSI help for IBF

Discussion in 'The Living Room' started by Omar, May 21, 2003.

Thread Status:
Not open for further replies.
  1. #1
    Omar

    Omar Administrator LPA Super Member

    Joined:
    Jul 13, 2002
    Messages:
    4,272
    Likes Received:
    18



    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
     
  2. #2
    d0dGy MiKE

    d0dGy MiKE Well-Known Member

    Joined:
    Aug 1, 2002
    Messages:
    231
    Likes Received:
    0



    there are four ssi includes that invision lets you use. they are:

    Code:
    /* 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
     
  3. #3
    Omar

    Omar Administrator LPA Super Member

    Joined:
    Jul 13, 2002
    Messages:
    4,272
    Likes Received:
    18



    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...
     
Thread Status:
Not open for further replies.

Share This Page