Simple Machines Community Forum

General Community => Site Comments, Issues and Concerns => Topic started by: worm5252 on November 28, 2005, 09:04:42 AM

Title: what CMS does this site use?
Post by: worm5252 on November 28, 2005, 09:04:42 AM
What CMS(Content Management System) does simplemachines.org use?
Title: Re: what CMS does this site use?
Post by: Grudge on November 28, 2005, 09:19:16 AM
We use SMF's SSI compabilities.

There is a custom admin page to control the download's that utilises SSI.
The modsite is built around SSI
The avatar gallery is custom written by myself

There's plenty on this around. Basically we use an additional template layer in SMF through SSI to add a site wide template, then each page look's very simple:

<?php
require_once('SSI.php');
$context['template_layers'] = array('mainsite');

// Page content...
?>


Done.
Title: Re: what CMS does this site use?
Post by: HoTmetal on December 02, 2005, 01:20:42 AM
Will this code work on ANY SMF board? Sweet...