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
Cache Anything Plugin Makes it possible to cache almost anything in your template manually. Use wisely!
Cache Remote File Plugin This plugin is an extended - but more reliable - version of the PHP file_get_contents function. Change the content at one site and the other(s) 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 source website is offline for a long period the content remains available at the website. CMSMS 1.12.2 and 2.x compatible. Tutorial and demo at http://cms.ms/7S86
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.
Chirps Plugin Prints tweets from a specified Twitter account in their simplest form. Upload the file to your plugins folder, then view details in Admin > Extensions > Tags
coalesce Plugin Returns the left-most parameter (excluding "assign") value that is not empty.
Combi Stylesheet Plugin Make your pages load faster by combining, compressing (gzip) and cacheing stylesheet and javascript files on the fly. This is a CMSmadesimple implementation of Niels Leenheer's combine.php script [rakaz.nl] with some advancements. Not only increasing speed, but also substitutes the {static_stylesheet} tag I've used since I work with CMSms. (PlugIn is PHP4 compatible)
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 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.
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.
Css compressor (touchfastcss) Plugin Css compressor (touchfastcss) by touchdesign with Css cache, merge stylesheets, mobile check, remove whitespaces and newlines, remove comments, inline styles...
cssMinifier Plugin This function takes the default {cms_stylesheet} and compresses it, removing unneccessary whitespace, colons, removing unneccessary px/em declarations etc.
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.