News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

General SMF web template

Started by SpikeUK, August 08, 2005, 06:29:23 PM

Previous topic - Next topic

SpikeUK

SMF Forum is an amazing resource.  I was wondering if there is a template I could use to create a site that has the look and feel of the SMF Forum.

SpikeUK  :)

1MileCrash

#1
you want this.
<?php
ob_start
();
$ssi_theme 1;
$ssi_layers = array('main');
require_once(
'SSI.php');
?>

Html Content Here
<?php
ssi_shutdown
();

?>


I set up a demo- here

Im building a completely SMF powered site with this. It will use two main themes, they will be exactly alike, except one will have site links, (to use for the site) the other will have forum links (to use for the forum)
The only thing php can't do is tell you how much milk is left in the fridge.



SpikeUK

Thanks Tippmaster, that works just fine  :D

Advertisement: