Updated: 21/06/10
A module is essentially a custom bit of PHP coding that can be plugged in to the CMS. It is a simply way for people to extend the core functionality of the CMS without having to dig in to the core CMS code engine. Once the module has been adde... read more
Updated: 21/06/10
All module scripts should be placed in the 'modules' folder of the CMS. They should have an identical name to that of the page you want it to appear on. For example, if you have a gallery module you want to install and you want it to appear at www... read more