| Cache Anything |
Plugin |
Makes it possible to cache almost anything in your template manually.
Use wisely! |
| Cache remote file |
Plugin |
This plugin is an extented and more reliable version of the PHP file_get_contents function. Change the content at one site and the others will follow when the buffer time has elapsed. Because the tag caches the content for one hour (adjustable), it won't waste any bandwidth. The tag has several reliability checks, so even when the master website is offline for a long period the content in the client website remains available. CMSMS 1.11+ compatible |
| calshow |
Plugin |
Extracts a booking list, such as for a holiday letting property, from a list stored in either a page or a global block. Each entry has four, pipe-separated fields, arrival-date|departure-date|name|type. The tag for inserting the calendar optionally can specify the number of months to display, and the number to skip forward or backward when using the "next" and "previous" links.
Arrival and departure dates can be clearly identified using pure css. |
| Camms |
Plugin |
This plugin gives you the possibility to add a self-refreshing webcam to your site.
The plugin can be customized through different params.
cmsms1.10+ compatible
NOTE: up till now this function only works on live sites, not on local sites. |
| Campaign Monitor |
Module |
Campaign Monitor is a powerfull tool to allow people to send mass mailing. Integration with CMS Made Simple allows you to send campaigns within the Admin Panel. |
| Captcha |
Module |
Provides Captcha functionality to other modules.
Allowing to choose between different php captcha libraries and change settings for them. |
| Cart |
Module |
A simple cart to tie into the products module, this module will allow users to add items to their cart, and to checkout, later it will tie into a payments module of some sort. |
| Cart Made Simple |
Module |
This is the shopping cart which is closely linked with the module Shop Made Simple and the module Payment Made Simple (documentation via www.duketown.eu/shop).
Option is to use module Discount Coupons to allow customer to use coupon codes for discount.
Even more functionality if module Inventory Management is installed. |
| Cart2 |
Module |
A replacement for the Cart module. |
| Catalan/Català |
Translation |
Catalan translation for CMSmadesimple core and modules. Traducció al català de CMS madesimple i els mòduls. |
| Cataloger |
Module |
This is a non-ecommerce cataloging system. It can be used for artist portfolios, product collections, or other, similar uses.
|
| 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 |
| 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. |
| 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. |
| 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. |
| CGFeedMaker |
Module |
A module to allow generation of numerous RSS feeds with the output of other modules. |
| 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. |
| CGJobMgr |
Other |
A module for processing long tasks |
| 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. |
| CGMyOrders |
Module |
A simple module to allow a site visitor to review their past orders on your ecommerce site. |
| CGPaymentGatewayBase |
Module |
A base module (just stubs) for developing other payment gateways. |
| 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 |
| CGSimpleSmarty |
Module |
A module that registers one or more smarty objects that provide some useful, re-useable smarty functions. |
| CGSmartImage |
Other |
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). |