CMS MADE SIMPLE FORGE

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Name Type Description
Cataloger Module This is a non-ecommerce cataloging system. It can be used for artist portfolios, product collections, or other, similar uses. As of version 1.0 it the module only supports CMSMS 2.x
CDNPickrrr Module Have you ever been in a situation where you wanted to include a Library from a CDN like Google or Microsoft but just couldn't remember what the URL was? Opening yet another Browser tab, searching through your Bookmarks. This module comes to your rescue. It doesn't do much but listing all possible libraries in CMSMS backend, making it easy for you to choose and copy correct path to a library. If you find more CDN's that might be useful and would like to see these included in next releases feel free to commit to GitHub https://github.com/uniqu3/CDNPickrrr/blob/master/lib/scripts/resources.json
CGActionBar Module This module provides a convenient mechanism for site administrators (typically content editors) to access common administrative tasks while browsing the the frontend of the website. It provies a floating window with numerous conveient shortcut icons to common actions.
CGBetterForms Module This is a new generation of form handling module that provides 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.
CGBetterUploads Module This is a module that allows application developers to work with public facing files, to allow users to upload files, and to share files with other users. This is NOT a gallery module, but a files module.
CGBFCrud Module This is a companion module to CGBetterForms allowing form submissions from CGBetterForms 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.
CGBlog Module A fork of the news module, this module will be specialized for personal blogs. It does away with the hierarchy of the News module, and adds the capability to associate an article with multiple flat categories. Also includes other features specialized for blogging.
CGCalendar Module A fork of the original Calendar project. This module handles recurring events in a different way. Has better template control, is more stable, and is easier to work with. This module is in no way compatible with the original Calendar module, and in no way should you try to convert data or templates from one to the other.
CGClientTickets 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.
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.
CGContentUtils Module Provide various utilities for working with content pages. Starting with import and export capabilities... later expanding into a bulk structure creation mechanism... maybe using ajax, etc.
CGEcommerceBase Module Provides a base platform for all E-commerce modules.
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.
CGFavs Module A favorites manager that is not tied to FEU... particularly useful with Facebook.
CGFBApp Module A toolkit for creating facebook applications from CMSMS Websites, and for integrating your website with Facebook.
CGFBPost Module This module works with CGSocialBlaster and CGNotifier to allow posting messages on an applications wall AS the application.
CGFeedback Module This module will essentially be a combination of the rate-this, and comments module. It will allow users to rate an item, as well as to leave feedback. It will support all my usual niceties, like pretty urls, search integration, multiple templates, etc. Also, it will work with pages, or any other module, allowing for the review of news articles, products, etc.
CGFeedFactory Module This is a small utility module that provides smarty plugins to allow creating RSS Feeds from data within your CMS Made Simple powered website.
CGFeedMaker Module A module to allow generation of numerous RSS feeds with the output of other modules.
CGFEURegister Module A module to allow users to register themselves with your FEU site.
CGFEUTwillio2FA Module This is a sample module demonstrating writing authentication modules for FrontEndusers v3.0 This module uses twillio (a paid service) to send authentication codes via sms messages to users when they login. Users must enter the authentication code into the website to complete the login process.
CGFEUTwitterAuth Module A companion module to FrontEndusers v3.0+ this module allows users to authenticate themselves to your website using a twitter account.
CGFlatRateShipping Module A new shipping module for Calguy's ecommerce package this module allows calculating shipping by the defining destination zones and expressions for pricing rates.
CGGoogleMaps Module Yet another google maps module..... this one is built in the 'Calguy' style.... with full support for translation and using addresses instead of lat/long.
CGGoogleMaps2 Module This module provides a convenient and simple way to integrate one or more maps into your website. Flexible icon support, easy extendability, and flexible methods for adding markers. This module provides for tooltips, and customizable infowindows. As well, Directions are supported. markers can be added via smarty calls, can be added statically and associated with the map, or can be retrieved via ajax (with a bit of javascript).
CGHeadMaster Module A module for manipulating and managing the head portion of your HTML page. Add, and remove tags... include and exclude meta tags by group... including opengraph and twitter meta tags.
CGHTML2PDF Module This module provides the ability for CMSMS modules to easily generate PDF output. It uses the mPdf library to support a significant subset of HTML5 and css3 selectors. This makes it easy to transform a great deal of HTML content into easily viewable PDF output. This module does not have any frontend interface of its own. It is intended to be used by other modules. This module relies on and extends the report generation functionality of CGExtensions
CGLoginSecurity Module A simple module that enhances FEU and Selfreg to prevent certain types of hacking attempts. i.e: repeated logins from the same IP address, or repeated registrations from the same IP address.
CGMagicUpload Module A module that will allow using ajax/jquery mechanisms for uploading multiple files to be attached to a single form submission. It will use an ajax/hidden-iframe method to upload each file individually (like Gmail does) to a temporary location, and then move the files to a permanent location once the form has been submitted. It will provide cleanup mechanisms, and the ability to handle multiple simultaneous requests to the same form. This module is not designed to be used on its own, but called (like the captcha module is) from within another module's php code.
CGMessageQueue Module A simple module to allow asynchronous processing of small tasks. This module is intended for module/app developers to do things in the background that may take a few seconds, but do not require the user to wait for them. I.e: sending mails in the background, doing image transformations, importing data from csv, generating reports, etc. This is not a module for handling large tasks that need to be divided into chunks, and where progress needs to be monitoried... but for simple asynchronous tasks.