| Ajax Tools |
Plugin |
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 this place where you placed the plugin in your content/template). You can process any module action, plugin, udt or even trigger events using AJAX requests.
See it in action: http://www.weta-trimaran.de/ |
| ajax_search_suggestions |
Plugin |
Makes a selectable suggestion box as you type your search string. It connects to the db and selects just the words that starts with the string. |
| anniversary |
Plugin |
This tag just prints how many times a given date had passed its anniversary. The date should be given in GNU format. |
| aol_status |
Plugin |
displays a status icon for AIM |
| Autometa |
Plugin |
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. |
| BeforeAfter |
Plugin |
With this plugin you can integrate the BeforeAfter-Plugin from Catch my Fame. You can see examples
and download the plugin at
<a href="http://www.catchmyfame.com/2009/06/25/jquery-beforeafter-plugin/">
http://www.catchmyfame.com/2009/06/25/jquery-beforeafter-plugin/.</a> |
| Blog Info |
Plugin |
Helper plugin for CGBlog to provide extra Smarty variables to use in your
templates.
CGBlog (1.3.2) is a great module, but unfortunately, it does not provide a great deal of Smarty variables to use. This plugin will retrieve information from the summary, detail, or archive view, and place that information into easy-to-access Smarty variables. You can then use these variables anywhere in the page template or the module templates themselves. |
| BrowserTools |
Plugin |
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 |
Plugin |
Cache is a collection of tags that stores output of some other tags (content, stylesheets) in temporary files so it will be more static. It's a quick'n dirty solution for some CMSms speed problems ... |
| Cache Anything |
Plugin |
Makes it possible to cache almost anything in your template manually.
Use wisely! |
| 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. |
| CATS JobSite |
Plugin |
Adds job listings and allows visitors to search, register and apply to jobs on your CMS Made Simple site. Job applications can be customized and triggers can be added to perform actions based on applicant responses.
Requires a CATS Applicant Tracking System account as most of the functionality relies on their publicly available API. All jobs on the listings page are pulled in from your published jobs and use the job applications that you create. All visitor job applications are sent back to CATS which fires email notifications and adds them to your database. |
| 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) |
| contact form |
Plugin |
This ist the project for {contact_form} - the contact form, which was provided with all pre 1.5 CMSms versions. |
| 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.
Demo can be find here : http://www.web2do.be/webdesign
|
| Currency Foreign Exchange |
Plugin |
Plugin that enables real-time foreign currency conversions. Gets a XML currency rate feed from the European Central Bank. Display currency rate(s) or use in calculations for display. Port into cmsms of Gary White’s (www.apptool.com) currency class |
| Download History |
Plugin |
This plugin collects historical download data for the nominated file from the Uploads module. |
| Dynamic Resizer |
Plugin |
This tag (plugin) allows you to resize images on-the-fly to show in your pages
at dimensions you specify using width/height or as a percentage of the original. |
| Email |
Plugin |
This plugin is writes out Tim William's javascript for munging an email address to make it hard for spammer harvestors to read it. Original code at http://www.phpbuilder.com/snippet/download.php?type=snippet&id=1429 |
| Embed |
Plugin |
This plugin enable inclusion of any application into the CMS. |
| expandCollapseAll |
Plugin |
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 |
| fastCSS |
Plugin |
Plugin for faster CSS with cache, merge stylesheets, mobile check, remove whitespaces and newlines, remove comments... Simple Screenshot and some instructions: http://www.homepage-community.de/index.php?topic=1682.0 |
| File Icon |
Plugin |
Displays an icon in front of download files. |
| File Link |
Plugin |
Adds a hyperlink on any kind of file in your upload directory. By automatically adding a common and a file type specific css class you are free to configure your css to display the hyperlink as you like. The file size will be also added to the link text. |
| File List on Front end |
Plugin |
File list is a user defined tag to automatically display a table of files uploaded to a folder in a table on front end. An icon represents the file extension, and it is possible to sort by file name, size and date. Ideal for newsletters in pdf/doc formats |
| File Listing |
Plugin |
File listing is a tag to automatically display a list of uploaded files or folders on the front end. An icon represents the file extension, and it is possible to sort by file name, size and date. Ideal for newsletters in pdf/doc formats. This plugin expands upon the original file_list plugin by adding more parameters giving greater control over how the information is displayed on the front end. |
| filelist |
Plugin |
Returns or assigns to a smarty variable a (random) filelist, starting from a given path (relative to $config['uploads_path']). Filelist can be filesystem paths or URIs. |