| CSSKit |
Module |
CSSKit is an alternative CSS renderer that reduces the number of HTTP requests related to css links in a rendered HTML page. It also provides minification of CSS to increase delivery speed to browser, as well as having some caching functionality. Phpdoc class documentation is also included. |
| cssMinifier |
Plugin |
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 <head> 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}
Development Mode:
{cssMinifier cssname="homepage" nominify=1 cache=0}
Inline Styles:
{cssMinifier cssname="homepage" inline=1} |
| CSSPreprocessor |
Module |
A module that extends the stylesheets system of CMS Made Simple with various CSS Preprocessors.
Uses either the standard DesignManager stylesheets, OR the file-based stylesheets from CMS Made Simple 2.3+.
Older versions are working with CMSMS 1.12 and 2.1+ series.
LESS and SASS preprocessors are provided (PHP and command-line), but you can extend it. Compiles Bootstrap and Foundation.
Supports SMARTY inside stylesheets and before compilation, sourcemaps, minifying and AutoPrefixer (in PHP). |
| 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. |
| Cufon utilities |
Module |
Provides easy access to the full range of Cufon-fonts using easy api, smarty and other magic. Will allow adminstration of fonts in the system. |
| CufonMadeSimple |
Module |
A easy way to install Cufon text replacement on your website and manage your fonts and styles. Using the TTF converter at http://cufon.shoqolate.com/generate/ and uploading the resulting JavaScript file in the admin panel, you can change elements of your HTML text to the font of your choice. |
| Custom Global Settings |
Module |
This module extends the Global Settings with your own customized parameters.
You can define an unlimited number of fields which can be used as smarty-variable in templates or pages. CMSMS 2.2.x compatible |
| CustomContent |
Module |
The CustomContent module uses the FrontEndUsers module to allow you to present different content to users who match a criteria. Including userid, group, ip address, etc. |
| Czech/Česky |
Translation |
This project is for any translations of CMS Made Simple to Czech, both the core and modules. Tento projekt se zabývá překladem redakčního systému CMS Made Simple do češtiny, a to jak jádra systému tak i modulů. |