CMS MADE SIMPLE FORGE

Name Type Description
Site Pusher Module A module that will allow pushing an existing site onto an empty hosting account. Ideally, from a development to a production server.
CMS Forge Other This is the software that is running the dev forge right now. Self hosting... neat, huh?
CGExtensions Module A set of addon utilities and conveniences for writing CMS Made simple modules. Primarily this module contains a new class (derived from CMSModule) to act as a base class for modules.
DebugSwitch Module Debug Switch allows you to quickly enable/disable the debug mode from the admin panel and rely on cookies so you're the only one to actually see the debug mode. It's really light and strait forward module. With DebugArea you can hide part of your code from the public within the template, to facilitate your debug.
MC Factory Module MC Factory is a module generator made for non-developers and developers. You can generate a new module with custom fields without any knowledge of PHP or MySQL. It include many features like custom fields, pretty urls, upgradability, compatibility with the ModuleXtender and it's relationship feature. Even if you are a developer, you should give it a try ! :-) FLASH: For those who updated to 3.4.18, there was a big bug with the filters. Please update to the 3.4.20 ASAP (Sorry)
Custom Global Settings Module This module extends the Global Settings with your own customized parameters. You can define an unlimited number of fields which can be used as smarty-variable in templates or pages. CMSMS 2.2.x compatible
CGContacts Module A CMSMS module for managing contacts. This module is designed to be used primarily by module developers and solution providers when building applications for their customers. This module has no frontend interface. This module comes with a completely documented API for use by module developers and solution providers.
CMSMSExt Module A set of addon utilities and conveniences for writing CMS Made simple modules. Primarily this module contains a new class (derived from CMSModule) to act as a base class for modules.