Table of Contents
This section describes Phorum's module system. It is targeted at developers who want to do customization and extend the functionality of Phorum. Modules are the preferred way to archieve this.
For much of this document, we will be talking about an example module "foo". Of course you will not name your module "foo", but something much more appropriate. If you're not familiar with the terms "foo" and "bar", you can visit Wikipedia to see why we chose them.
TODO: Link to section once it's ready Be sure to read at least the CAUTIONS AND SECURITY ISSUES section, before making your own modules.