Filter:
| Name | Type | Version | Downloads | Last Updated | Description |
|---|---|---|---|---|---|
| Cache Anything | Plugin | 0.1 | 289 | Jan 2011 | Makes it possible to cache almost anything in your template manually. Use wisely! |
| Cache Remote File | Plugin | 1.3 | 472 | Jan 2024 | 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 |
| Camms | Plugin | 1.0.0 | 162 | Sep 2012 | 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 | 1.0.5 | 262 | Nov 2012 | 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 | v1.0 | 164 | Feb 2011 | Returns the left-most parameter (excluding "assign") value that is not empty. |
| Combi Stylesheet | Plugin | 0.9.6 | 402 | Oct 2010 | 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 | 1.0 | 158 | Jan 2014 | 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 | 0.8.4 | 2,961 | Sep 2014 | 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 | Content Toggle 2.0 | 2,969 | Jan 2013 | 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. |
| cssMinifier | Plugin | 3.0 | 36 | Dec 2025 | 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} D... |
| css_960_grid | Plugin | 3.0.2 | 691 | Mar 2014 | 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. |