How To...
Strengthen Vanilla's Security
Published on 14/01/10 at 09:10
Maximum Security For the more paranoid, or for a minimum-risk environment, the most secure kind of website powered by Vanilla will be one that: Does not have any raw PHP content pages Does not have any raw PHP sidebars Has friendly UR... read more
Set Up Apache Directives
Published on 23/12/09 at 09:27
Apache Directives Using a special .htaccess file, you can add many additional server-side tasks, checks and processes to Vanilla CMS. The current configuration of the .htaccess file contains the following: Domain redirection - e.g... read more
Build a Template System
Published on 17/12/09 at 11:42
Template System Building There are multiple ways to build your own template system. We'll go through a few of them here. Method 1: Using custom HTML files Create an HTML/PHP file in your favourite editor - this is your design template Wit... read more
Use FooBank (advanced)
Published on 01/12/09 at 17:38
FooBank Documentation The FooBank system allows you to define custom variables which can use to extend Vanilla's core configuration and behaviour. The easiest way to demonstrate this is by showing a few examples. For FooBank to work in any of you... read more
