| 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 |
| API Plug-in Collection |
Plugin |
The "API Plug-In Collection" is a group of plug-ins that are used to get xml-data from web-services such as youtube, twitter, different geocoding and much more. They can be used independently or chained-together to create fancy web 2.0 mash-ups.
See the file section to check for APIs that can be accessed with the collection. Also make sure to download the "api essentials".
However, please keep in mind that you request external servers' data, thus if you use them on a page, generation times can drop significantly for the request that refreshes the cache (depending on the api provider and hosting conditions). Calculate roughly 0.5-1.5 seconds (professional shared webhost) per api on cache refresh - until file has been requested, server-answered, xml downloaded, cached and analyzed and given to the front end (the biggest part is actually waiting for the the other servers reply).
Once a file is available in the cache, depending on CMSMS configuration generation times can drop by roughly 10% per API used. It also depends a little on how complex your smarty magic is. |
| 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. |
| BBC News |
Plugin |
This is a tag which extracts a section of the BBC News section (can be tweaked for any news section e.g. technology etc) |
| 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> |
| Better Breadcrumb |
Plugin |
Just take this file and upload to plugins and overwrite the existing file |
| Breadcrumbs Nested List |
Plugin |
This plugin/tag is used to create a breadcrumbs nested list. It's based on {breadcrumbs} but creating a unordened list. |
| 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 ... |
| Cached Menu |
Plugin |
This is cached version of {menu} tag. This plugin gives you all parameters from MenuManager Mod and few more. Compiled menu is moved to cache. |
| Cached Twitter API Client (DISCONTINUED) |
Plugin |
==> DISCONTINUED, please use API Plug-in Collection ///
A tag that allows to include a twitter user's message feed into your site. If the feed contains location messages, they will be stored in an own object to ease further processing. To improve speed, the tag uses caching with a configurable max-age. |
| Cached YouTube API Client (CaYAC) |
Plugin |
This tag will provide smarty access in templates to the user based XML feeds by Youtube. Can be used to display e.g. newest videos from Youtube user XYZ or to embed video podcasts. |
| 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. |
| Chat Network Status |
Plugin |
Is in the prosess of beeing converted to a module.
This tag lets you simply to add your MSN or ICQ network status to your site. It is also possible to make your status incon linkable. |
| CMS Stock Quote |
Plugin |
This plugin tag will place stock ticker information in a table on a CMSMS page of your choice. |
| 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) |
| Conrad Kostecki |
Plugin |
With this object tag you can integrate another sites into cmsms. |
| 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
Please report any bugs you might encounter. |
| Content List |
Plugin |
Returns a list of childrens of specifed node. |
| Create under tag |
Plugin |
This tag allows creation of content under another content directly from the site, thanks to an icon or text link, just like the {edit} tag. |
| Cropper |
Plugin |
Easy way to crop image. |
| 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 |
| Current Weather |
Plugin |
Display current weather in a small table. |
| Display recent updates |
Plugin |
Tag which allows displaying a list of recently updated pages. |
| 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. |
| Edit Advanced |
Plugin |
This is a advanced version of edit tag, which includes a login procedure. Login can also be hidden. |
| 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 |