| Name | Type | Description |
|---|---|---|
| jmbreadcrumbs | Plugin | This is a modded version of the original breadcrumbs tag with additional functionality. It allows defining a starting level as the menu tag. Additionally, there is an option to render the class with increments for each block: <... class="breadcrumbs1">, <... class="breadcrumbs2">, ..., <... class="breadcrumbsn">... and so on. Also meant to be used with Babel multi language solution, by giving a start_level parameter which should be set to 1 to hide the odd link at the begining of the breadcrumbs. (Note: CMSMS has changed the breadcrumps system, making it part of MenuManager, thus way more versatile than it was when I released this. This plugin will became obsolete and will not be updated anymore) |
| jm_feu_user_props | Plugin | This tag retrieves properties from FEU Module. The idea is to be able to retrieve an array filled with properties, and use them anywere needed in a template or content block. One of the objectives was to be able to give my FE users the ability to have a small page of their own, accessible through an unique URL they could give to their potencial visitors: (http://www.domain.com//.html) Good to give your FE users a page of their own! |