CMS MADE SIMPLE FORGE

Name Type Description
Form Browser Module This is the counterpart to the Form Builder, which enables users and admins to browse/edit/administer saved form data. Form Builder is required.
GBFilePicker Module Actually this is an extraction of the TinyMCE filepicker that has also been integrated in AdvancedContent module. This module provides additional input types to select files from the uploads dir using a file dropdown or a tiny filebrowser. Module developers can use a built in API to create filepicker inputs. It is also compatible to the {content_module} tag to provide its functions to the "edit page panel".
Browser Update Plugin Many internet users are still using very old, out-dated browsers – most of them for no actual reason. Switching to an newer browser is better for them and for you as a webdesigner. This plug-in tests the browser version of the end-user. If that browser is outdated, a simple update message is shown. This plug-in uses code from: http://browser-update.org/ ; a web designers initiative which supports multiple languages.
mobiledetect Plugin Mobiledetect is a Smarty plugin for CMS Made Simple System using Mobile_Detect PHP Class written by Serban Ghita. For more information about Mobile_Detect class you can visit mobiledetect.net and if you feel there is some detection missing, find a bug or would like to contribute to Mobile_Detect project, you can find it on Github. Description from Mobile_Detect project: "Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment."
JMFilePicker Module This module provides a filepicker to module developers as well as web designers. This is a fork of GBfilePicker which looks like is not being actively maintained any longer. Module developers can use a built in API to create filepicker inputs. It is also compatible to the {content_module} tag to provide its functions to the "edit page panel". It supports both branches of CMSMS (1 and 2) and works with LISE as well.