CMS MADE SIMPLE FORGE

Name Type Description
Template Manager Module A package to replace the original template manager. It allows editing templates and associating stylesheets with templates. It also provides a stylesheet switcher.
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)
ScriptDeploy Module SPEED YOUR SITE UP !! • Output dynamic javascript files and css WITH smarty... • Set the files to use a subdomain… • cached… • minified… • CSS Validation… • Did I mention you can use SMARTYs!!! Replacement for {stylesheet}. !!! - Simple, flexible!!
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).
KStyle Module This module will replace the stylesheet functionnality of the design manager to use a compilation of CSS and/or SCSS files located in a folder of your choice. It is very useful when combined with an IDE (Integrated Development Environment, such as VSCode) that can interact with files on your server.