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
ContactCard Module

ContactCard adds your personal contact information, logos and social media accounts into a smarty tag.

Contains Modifier Plugin

A Smarty modifier to find a string inside of a string easily. Originally posted at the Smarty Forum by user JasonDS. See, http://www.smarty.net/forums/viewtopic.php?t=10384. Upload into your /plugins/ directory. Notes: Not Tested in CMS Made Simple 2.0 Also, it is better to use PHP inside of a User Defined Tag or preg_match directly in your template. For example, {if preg_match('/(StringA|StringB|"And String C")/i', $VariableToSearch)} //assign a var or do something here {/if}

Content Aliases Module

This module adds the "Content Alias" content type to CMSMS. This lets you use content in multiple areas in your site and/or apply a different template to content.

Content Dump Plug-in Plugin

The tag aims at providing flexibility to smaller & medium sites and their developers by providing selectable content with enriched meta-data via smarty. Use the data to build automatic teasers, blogs, feeds or anything else just with content pages. The recently added support for a prefix-handling, searching and hierarchy-selection provides an extra portion of flexibility. /// Make sure to read the wiki-page at http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Tags/content_dump Plug-in working with 1.9.x

Content Toggle (expand/collapse) Plugin

Enables content to be expandable and collapsable, It creates a div ("block") witch can collapse and expand by pressing the bar, it uses JQuery. The toggle bar can be adjusting using CSS.

ContentTools Module

A fork of CGContentUtils. Provide various utilities for working with content pages. Adds a few new content types and smarty plugins. Adds a some bulk actions for contents, and adds export and import ability to contents and UDTs.

Cookie Consent Management Solution Plugin

Our market leading Cookie Consent Solution enables you to implement Cookie Banner on the website in a few clicks. Ensure compliance with GDPR, CCPA, PECR, DSGVO, PIPEDA and LGPD. A global leader in Cookie Consent with offices in the UK, USA, Germany and France.

CookieCuttr Module

A simple and dirty module that enables you to configure the CookieCuttr jQuery plugin from a simple admin control panel, whilst at the same time enabling you to include it in the template with only a single smarty tag.

Core Installer Core

Core Installer

Cotisations Module

Gestions des cotisations de vos adhérents

CREA_Simple Module

A simple module to retrieve and display realty data from CREA (www.crea.cs) on a CMSMS website. Provides complete smarty template capabilities in summary and detail view.

Croatian/Hrvatski Translation

Croatian translation for CMS Made Simple

Cron Module

This module allows execution of cron jobs for modules.

Css compressor (touchfastcss) Plugin

Css compressor (touchfastcss) by touchdesign with Css cache, merge stylesheets, mobile check, remove whitespaces and newlines, remove comments, inline styles...

CSSKit Module

CSSKit is an alternative CSS renderer that reduces the number of HTTP requests related to css links in a rendered HTML page. It also provides minification of CSS to increase delivery speed to browser, as well as having some caching functionality. Phpdoc class documentation is also included.

cssMinifier Plugin

Advanced CSS minifier plugin for CMS Made Simple. Minifies CSS strings and loads stylesheets directly from database. Features preloading, cache control, multiple file support, and automatic admin detection for development mode. Installation Upload function.cssMinifier.php to your assets/plugins/ folder Use in your template's section Database CSS (Recommended): {cssMinifier cssname="homepage"} {cssMinifier cssname="style1,style2,style3"} CSS String (v2.0 Compatible): {cssMinifier css=$my_css_content} Examples Performance Mode: {cssMinifier cssname="homepage" preload=1} Development Mode: {cssMinifier cssname="homepage" nominify=1 cache=0} Inline Styles: {cssMinifier cssname="homepage" inline=1}

CSSPreprocessor Module

A module that extends the stylesheets system of CMS Made Simple with various CSS Preprocessors. Uses either the standard DesignManager stylesheets, OR the file-based stylesheets from CMS Made Simple 2.3+. Older versions are working with CMSMS 1.12 and 2.1+ series. LESS and SASS preprocessors are provided (PHP and command-line), but you can extend it. Compiles Bootstrap and Foundation. Supports SMARTY inside stylesheets and before compilation, sourcemaps, minifying and AutoPrefixer (in PHP).

css_960_grid Plugin

Generate complete 960 Grid system code css. Including "text", " reset" css. Including "hack(ie)", "mobile" and "print" part css and can be use alone for specific stylesheet.

Cufon utilities Module

Provides easy access to the full range of Cufon-fonts using easy api, smarty and other magic. Will allow adminstration of fonts in the system.

CufonMadeSimple Module

A easy way to install Cufon text replacement on your website and manage your fonts and styles. Using the TTF converter at http://cufon.shoqolate.com/generate/ and uploading the resulting JavaScript file in the admin panel, you can change elements of your HTML text to the font of your choice.

Custom Global Settings Module

This module extends the Global Settings with your own customized parameters. You can define an unlimited number of fields which can be used as smarty-variable in templates or pages. CMSMS 2.2.x compatible

CustomContent Module

The CustomContent module uses the FrontEndUsers module to allow you to present different content to users who match a criteria. Including userid, group, ip address, etc.

Czech/Česky Translation

This project is for any translations of CMS Made Simple to Czech, both the core and modules. Tento projekt se zabývá překladem redakčního systému CMS Made Simple do češtiny, a to jak jádra systému tak i modulů.

Dailymotion Module

Simple integration Dailymotion api to CMS Made Simple with dailymotion_upload smarty tag for upload files to Dailymotion. NOTE: ExtendedTools was removed from forge by CMSMS dev team due due forge rules violation. Download it directly from kuzmany.biz/ExtendedTools-1.3.1.zip or kuzmany.biz/ExtendedTools-1.3.1.xml

Danish/Dansk Translation

To supply a Danish translation of the CMS-core and central modules

Dashboard Module

Extend the admin interface by linking to or embedding external websites or create a simple dashboard page with CMSMS

DAWA Access Module

A module providing services in relations to the Danish addresse web api on dawa.aws.dk

DB Adminer Other

To provide an integrated access to Adminer database management, Initial release, PLEASE DO NOT USE ON PRODUCTIONS SITES UNTIL SECURITY HAS BEEN VERIFIED

DBForms Module

This project aims at providing an interface to build database driven CRUD applications without having to use any programming language. Declarative interface to build CRUD database apps.

DebugSwitch Module

Debug Switch allows you to quickly enable/disable the debug mode from the admin panel and rely on cookies so you're the only one to actually see the debug mode. It's really light and strait forward module. With DebugArea you can hide part of your code from the public within the template, to facilitate your debug.