| SimpleSiteMgr |
Module |
This module collects data created by the SimpleSiteInfo module and displays it in the Admin area. It is useful for keeping track of the version info and PHP version for all of the sites that you have CMS Made Simple installed on. Note: The new 3.0 release is NOT backwards compatible! Min. CMSMS 2.x - Video demonstration at https://cmscanbesimple.org/blog/simple-site-info-and-mgr |
| SisowGateway |
Module |
Payment module for the Dutch Sisow Gateway (iDeal, DIRECTebanking, MisterCash, WebShop, GiftCard, Podium Cadeaukaart, Paypal, creditcard) Compatible with Calguy's e-commerce suite.
|
| 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. |
| Site Utilities |
Module |
Ties urls to content, models links... anything really. Handles subdomain and TLD combinations for high flexibility. |
| SiteMapMadeSimple |
Module |
A CMS Made Simple module that allows easily generating a sitemap for google, and other search engines from your CMS Made Simple Site.
In the future, it may also generate a robots.txt file... I don't know yet. |
| SitemapMgr |
Module |
Module that creates sitemaps, robots.txt and humans.txt files. Included with sitemap templates in the Design Manager for several modules: News, CGBlog, LISE, Products, etc. More info at https://cmscanbesimple.org/blog/how-to-use-sitemapmgr |
| Skeleton |
Module |
This is a pedantic module. It doesn't really do anything, other than provide a nice, commented starting point for creating your own modules. Check the SVN for more information. |
| Slots |
Module |
Slots allow you to capture content, for example into a module execution and display it elsewhere, for example, in a sidebar. It is a more powerful version of the basic "capture" functionality of smarty |
| SmartForms |
Module |
A fork of CGBetterForms providing the ability for web professionals to build forms the way they know how, using HTML, CSS and javascript.. and then easily define what should happen with the data users submitted. This module can allow you to create well styled, dynamic forms, using whatever toolkit you like (Bootstrap, Foundation, etc). and integrate javascript. Then quickly define how the form data should be processed. |
| SmartFormsAccess |
Module |
This module allowing form submissions from SmartForms to be saved to the database. Administrators can then view, add, edit, and delete records for submitted forms from within the admin console. Additional features allow creating views representing subsets of the data, including accross different form submissions, importing and exporting records, and exporting the data from a view. |
| SmartImage |
Module |
A simple image processing tag for smarty.. Supports image filtering, watermarking, cropping, resizing, etc... supports caching of processed images, and embedding generated images directly into the web page (smartly). |
| SmartyExt |
Module |
A module that registers one or more smarty objects that provide some useful, re-useable smarty functions. |
| SmartySnippets |
Module |
Within Layouts section of the Admin, you may now define custom smarty functions (single tags, such as {ss_carousel ....}), or smarty blocks (such as {ss_panel ...} content {/ss_panel}). |
| Smileys |
Module |
A simple module to allow other modules to access a central library of smiley graphics. Only to be accessed through it's API from other modules. Should in time do caching etc. to minimize bandwidth usage etc. |
| SMSENVOI |
Module |
This module allows you to send SMS from the french gateway smsenvoi and works in conjonction with the module Adherents |
| SMSG |
Module |
The module provides a simple API for other modules to send text messages.
It can also be used to enable website users to:
send a pre-determined text message to any text capable phone, or;
send a user-specified text message to a pre-determined phone number.
It is a variant of calguy's old CGSMS module, with support for some SMS gateways that still operate, and lots of small refinements. |
| SnapshotMgr |
Module |
A module to generate a snapshot of a CMSMS install including the database. Useful for doing a quick backup before upgrades, or for doing site moves. |
| SnippetMgr |
Module |
This module allows you to create file based snippets of code to integrate it in your pages and templates. Based on the Snippets module created by Totophe. Compatible to import these snippets... |
| Snippets |
Module |
This module allows you to create some snippets to integrate it in your templates.
If you want to share some snippets, please contact me :-) |
| Snippets - was: Global Content Blocks |
Module |
Provides a global content block system similar to the one in 1.x-series core. If installed on a 1.x system it will import GCB's to its own database and core can then be upgraded. If installed on a 2.x it will work very similar to the oldstyle-blocks on 1.x |
| Social Video Player |
Module |
The project create a flash video player and thumbnail from an url from YouTube DailyMotion, Facebook or Vimeo allows you to easily create a sort of "video library" for your customers. |
| SRQuestionnaires |
Module |
This Project is in a early pre-alpha state!
The first step will be to create a backend for the statistical evaluation of datastreams comming from a formular created by the "form builder" module. |
| Statistics |
Module |
This is a module allowing gathering various types of visitor statistics directly within CMSMS. The Module is currently compatible with CMSMS 1.x and 2.x, and PHP 7.
|
| Stock Quotes |
Module |
Allows retrieval of stock quotes. User can submit a quote symbol to retrieve current quote and intraday graph as well as the major indexes. |
| Storelocator |
Module |
Create a storelocator module for CMS Made Simple where visitors can view which stores sells your products |
| Street View made simple |
Module |
a simple module that holds 5 parameters:
Latitude, Longitude, Yaw, Pitch and Zoom.
to insert a Google Street View panorama into your web page.
note: this module uses google street view api version 2.x so you *will* need a api key which will need to be placed in both the final template and *also* the streetview/map/lookup.html
coordinate lookup utility is included within the admin. |
| Stripe Gateway |
Module |
A payment gateway for the CG Ecommerce suite |
| StripeGate |
Module |
This module provides the capability to place, in any page content block or form-field, either:
a work-alike for Stripe's checkout form with more flexible information collection, or
a work-alike for Stripe's pay-button styled to match the surrounding content.
Multiple stripe-accounts may be used, in either test or live mode. Any of the currencies that Stripe supports may be used. |
| SubsectionHeaders |
Module |
The code for this module is a lightly modified mashup of the core "section header" content type and the Content Aliases module (as a lightweight example of how to create/clone a content type without hacking the core). So thanks to those devs.
After installing the module, you will have a new section header content type available called "Subsection Header". First you must import the menu or menus you are using in your template into the database via the menu manager. Then, also in menu manager, in your newly imported menu template, duplicate and subsequently alter the duplicated sectionheader related smarty and html by adding "sub" in front of "sectionheader".
Then use it the same way you would use the section header content type and style it differently in your style sheet(assuming that's the functionality you were seeking). |
| Support Tickets |
Module |
This is a basic trouble ticketing module for CMSMS. It allows authorized administrators, or frontend users to create and respond to tickets. All new tickets, and responses to tickets are stored in the database, and an email notification is sent to the recipient to allow them to respond to the ticket on the in-site system. |