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 Version Downloads Last Updated Description
Ajax Tools Plugin AjaxTools 0.4.1 976 Jul 2012 This provides simple AJAX functionality without the need of any framework. It comes with an own simple javascript function to process your requests. The response can be plain text/html or text/xml. The response will be passed to a given userdefined callback function. The callback function needs to be created by the user and be passed to the AJAX function. In brief: This plugin just sets up the AJAX request. What you do with the response is up to you. Exception is the "lazy load" function of the plugin that will perform a predefined callBack function (wich means it will display the result at thi...
Autometa Plugin Autometa 1.2.2 3,491 Aug 2014 Creates meta tags "keywords" and "description" on-the-fly if these tags are not found in the page metadata field. Keywords are taken from Search module. Description includes first characters of the page content.
base64image Plugin 1.1 5 Nov 2021 This Smarty plugin encodes an image to base64 format. For CMS Made Simple 2.x. It can help you to make the site page faster and pass the PageSpeed Insights test. HTML: CSS: background: url([[base64image src="uploads/simplex/images/palm-circle.png"]]) no-repeat;
Bird Feed Plugin 0.3b 725 Oct 2012 This plugin retrieves tweets from a twitter account and displays them on your page. The feed is assigned to a smarty variable called {$tweets} which can then be displayed within any template using a {foreach from=$tweets item=item} loop. The status text is parsed so that all the hash tags, links and user names are automatically converted to working links. Dates are outputted as a unix timestamp which can easily be converted into several formats using the “date_format” string modifier. Optionally dates can also be displayed as “friendly” i.e. one hour ago, two minutes ago, yesterd...
Browser Update Plugin 1.1.0 530 Dec 2013 Many internet users are still using very old, out-dated browsers – most of them for no actual reason. Switching to an newer browser is better for them and for you as a webdesigner. This plug-in tests the browser version of the end-user. If that browser is outdated, a simple update message is shown. This plug-in uses code from: http://browser-update.org/ ; a web designers initiative which supports multiple languages.
BrowserTools Plugin RC 0.6 1,955 Jul 2010 to quickly hand users on a browser case. Ex: output for an iphone user agent would be "iphone" so you could have a body with the class "iphone" etc...
Cache Anything Plugin 0.1 288 Jan 2011 Makes it possible to cache almost anything in your template manually. Use wisely!
Cache Remote File Plugin 1.3 458 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 156 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 259 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 161 Feb 2011 Returns the left-most parameter (excluding "assign") value that is not empty.
Combi Stylesheet Plugin 0.9.6 395 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 155 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,921 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,918 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 28 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 678 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.
display phpinfo Plugin 0.1 55 Aug 2016 Plugin for display phpinfo() inside a page.
Download History Plugin 1.1 95 Jun 2013 This plugin collects historical download data for the nominated file from the Uploads module.
Dropcaps Plugin 0.2 252 Jun 2012 {$string|dropcaps} or {$string|dropcaps:"dropclass"} where "dropclass" is any class name you want for the dropcap class. Produces code like this: This is a full paragraph.
expandCollapseAll Plugin release_1.0 769 Apr 2008 This plugin is complementary to startExpandCollapse and stopExpandCollapse plugin, and can be used to expand/collapse the content of all elements present in the page with a single click
Facebook Share Dialog 🔄 Plugin 2.0 357 Jan 2026 Facebook offers an easy-to-use Share dialog that you can include on your web page or in your mobile web app so people can share links on their timeline, in groups, or to their friends via a Facebook Message. To install, simply add the file to your Plugins folder. After installed go to Extensions > Tags and look for {FacebookShareDialog} if you need further instructions.
Favicon Plugin 1.2 277 Jun 2015 The Favicon-tag generates several -tags to include shortcut icons ("favicons") in your page. From a given image file it generates on-the-fly an .ico-file and several png-versions in different sizes. The plugin returns the necessary link tags to include these images with their distinctive sizes as icons or apple touch icons.
FBComments Plugin 1.1 290 Sep 2014 Add Facebook comments box to your CMSMS site. The Comments box lets people comment on content on your site using their Facebook profile and shows this activity to their friends in news feed. It also contains built-in moderation tools and special social relevance ranking.
FBFacepile Plugin 1.1 204 Sep 2014 Add Facebook facepile to your CMSMS site. The Facepile plugin displays the Facebook profile photos of people who have connected with your Facebook page or app.
FBFeed Plugin 1.1 353 Sep 2014 Add a Facebook Feed to your CMSMS site. The Activity feed displays the most interesting, recent activity taking place on your site, using actions (such as likes) by your friends and other people.
FBFollow Plugin 1.2 203 Oct 2014 Add Facebook follow button to your CMSMS site. The Follow button lets people subscribe to the public updates of others on Facebook.
FBLike Plugin 1.1 256 Sep 2014 Add Facebook like button to your CMSMS site. The Like button is the quickest way for people to share content with their friends.
FBLikeBox Plugin 1.1 235 Sep 2014 Add a Facebook Like box to your CMSMS site. The Like Box is a special version of the Like Button designed only for Facebook Pages. It allows admins to promote their Pages and embed a simple feed of content from a Page into other sites.
FBPosts Plugin 1.1 305 Sep 2014 Add Facebook embedded posts to your CMSMS site. Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded.