Quote:
Originally Posted by Cloudrunner
not much actually, simply add a template to your forum with the name of index_*whatever* (*whatever* being the name of the page), then call it with: http://www.yourdomain.com/index.php?page=*whatever* (*whatever* being equivalent to the *whatever* in the template name you added).
within the template put the HTML coding you want to use for that page. It will only do HTML from what I can tell, as no PHP code is EVAL'd from what I can see. Please correct me if I am wrong in this.
So basically the only thing that you'd need to know is basic HTML, and what variables you are going to use from VB.
)O( Cloudrunner )O(
|
The only thing besides HTML that can be used in the templates are the if conditionals

which allow smiple if statments (like php) to be run