SMF ssi help needed

Jonosss

New Member
Messages
18
Reaction score
0
Points
0
im using the banner mod for SMF
i have a banner set for top of the page and its working
i also have one set for ssi only and its not showing up at all :noexpress

can anyone help me figure out how to fix this, because its the x10 hosting ad
and if i cant show it ill get my hosting taken away

thanks
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
Do you know the name of the ssi file(s) it should end in .shtml
 

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36
Nevermind. I found this code to use the ssi:
Code:
<?php
include_once('/path/to/SSI.php');
ssi_boardNews($board = 9, $limit = null, $start = null, $length = null, output_method = 'echo');
?>
You would have to change the board number anf the path to "ssi.php"
It will wourk in any page that can run php
 

Jonosss

New Member
Messages
18
Reaction score
0
Points
0
i have ssi.php running
the problem is the it wont show up in the ssi

im using a banner management mod
 
Top