CMS MADE SIMPLE FORGE

Name Type Description
Menu Manager Module Project to separate menu generation from display logic using templates.
EZRouter Module Wanna use pretty urls? Want to use more flexible page urls (path/to/content/[variable])? Confused by regular expressions? You aren't a developer? This module is for you. It's easy and fast solution to use pretty URL for your content. This simple module uses the "Page URL" property of content and matches to requested path by user. By default you can use static paths for your content. Partly match will redirect user to default content. So you can't really use it to pass variables. EZRouter fixes this and call the proper content while assigning arguments as smarty variable. This lightweight module have no own database table or field. Due to caching support it will not make any extra query after the cache built. Please read the README.txt file for more information. Compatible with cmsms 1.9+
SubsectionHeaders Module The code for this module is a lightly modified mashup of the core "section header" content type and the Content Aliases module (as a lightweight example of how to create/clone a content type without hacking the core). So thanks to those devs. After installing the module, you will have a new section header content type available called "Subsection Header". First you must import the menu or menus you are using in your template into the database via the menu manager. Then, also in menu manager, in your newly imported menu template, duplicate and subsequently alter the duplicated sectionheader related smarty and html by adding "sub" in front of "sectionheader". Then use it the same way you would use the section header content type and style it differently in your style sheet(assuming that's the functionality you were seeking).