• 0

IPB ssi.php file


Question

Allright so I admit I didn't look very thorough for other tutorials but considering Neowin is running IPB with some sort of ssi.php file setup this is a good place for help :blush:

Anywho... I am trying to once again dump a news script all together... down with a news script lol ;)

So I am trying to get this to work -> http://fairwoodfirs.org/bboard/ssi_templates/news.html

on different parts of my site. Also how will I be able to get it to work with one forum... for example my Announcements forum (I will make a seperate News forum) and not that it reports on every post posted in every forum :cry:

confusing? I hope not... give me a mail if you need more info... I just want to get this to work :wacko:

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

I think you have to make the page a PHP file, the actual site, then do

<?php include http://domain.com/forums/ssi.php?a=news&show=10 ?>

Open the ssi.php file, and have a look inside.

Link to comment
Share on other sites

  • 0

If you want to use ssi in html pages you need to rename it to news.shtml (in your case)

Then add someting like this somewhere in your page

<!--#include virtual="forum/ssi.php?a=news&show=10" -->

Link to comment
Share on other sites

  • 0

You can't. There's only one news forum (set in admin -> board settings -> news setup)

That's the only forum that can be used with ssi.php

You have three options for a : news, active and stats

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.