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
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
CGJobMgr Other A module for processing long tasks
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.
CGml Module A simple module to aide in translation of static-like text for forms, and reports.
CGmlGUI Module A web based editor for managing and editing CGml Translations
CGMyOrders Module A simple module to allow a site visitor to review their past orders on your ecommerce site.
CGNotifier Other A module for use by other modules to facilitate sending messages via different mechanisms by email or to social networks. Administrators, or users can create a profile as to how/when/where notifications should be sent, and then sending modules can just send messages. This module is used by other modules to do things like create facebook posts to a users wall, or twitter messages, or emails when things happen on the website. This module requires various gateway modules such as CGTWeet, CGFBPost, or CGFBApp.
CGPaymentGatewayBase Module A base module (just stubs) for developing other payment gateways.
CGProductBuilder Module This module allows a customer to dynamically select options for a complex product, similar to dynamic car building, or PC building sites. Users select a single option for each of a series of pre-selected option groups for a product. At the end the completed specification can be sent to an administrator, or printed to PDF.
CGQuickPay Module Payment gateway for Calguys Ecommerce suite to interface with the danish quickpay provider.
CGRapLeaf Module A module to interface with RapLeaf.com API
CGSharedContent Module A simple utility that provides the ability to create WYSIWYG blocks that can be re-used on multiple page templates.
CGSimplePWA Module A module to aide in creating a Progressive Web App from your CMSMS enabled website. Engage your users, and allow them to use your application on their phones in a native-like way.
CGSimpleSmarty Module A module that registers one or more smarty objects that provide some useful, re-useable smarty functions.
CGSmartImage 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).
CGSmartNav Module A basic module to allow manually building navigations from within smarty templates. This module allows building navigations from within smarty templates, and then utilizes another smarty template to render the navigation. This module allows building navigations directly to module actions, and mixing module actions with content pages. It works with CMSMS 2.2 to mark navigation items as active if they have already been processed... and if the URL matches.
CGSMS Module Like CmsMailer this module will allow CMSMS websites to send SMS messages.
CGSnapshot Module A simple 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.
CGSocialApp Module This module is a social application framework built on top of CMSMS. It is designed to allow mobile developers to build small to medium scale specialized social applications and websites. it can be used for allowing mobile users to add or edit location information, manage friendships, and create time related information related to a location. This module provides a RESTFUL API to allow sending and receiving social data, and for displaying some of that data on the CMSMS powered website. This module does not have much functionality of its own, it is designed to primarly work in conjunction with a custom developed mobile application (which you are free to create). This module provides a fully documented API (see the PDF file in the docs directory).
CGSocialBlaster Module This module allows other modules to submit posts to facebook, or twitter or other social networks from the admin interface of CMSMS. It is used by CGBlog if available to allow sharing blog posts via twitter and facebook.