I read a lot of templates here and that UBBThreads 6.0 is going to use them. In general I know what a template is. But what does this mean for this board concretely? Is there (simplified) a HTML File (Template) which is parsed and some parts are replaced by the content from the database? Then you are able to redesign the HTML-Template File and you have a completely different layout?
By the way: What do you think about the PHP-Code? Usually the PHP code (or similar the ASP-Code) I saw or wrote looked like this:
<!-- HTML Code -->
<?
// PHP Code
?>
<!-- HTML Code -->
and so on. The PHP code of UBBThread is very Perl like: Rick used print and/or echo to output HTML. The above version is maybe better if you first designed your page with a html editor and include some PHP later. The second if (as in Rick's case) you'll transfer Perl code or maybe if there's more (PHP-)Code then HTML-output.
It was just something what surprised me, when I first looked into the code. []
https://www.ubbdev.com/threads/php/images/icons/wink.gif[/]