2.3. Writing your own modules

2.3.1. Introduction

This section will explain to you how to roll your own Phorum modules. We will start out by explaining some of the terminology that relates to modules. After that, we will explain a very important part modules: the module information. This contains information for both Phorum (what hooks to run in what order, version dependancies) and module users (title, description and other interesting facts). From there on we will walk you through all the possibilities that modules have.