About EasyBreadcrumb
Easy to use snippet for breadcrumb navigation trail. Configurable via parameters and styable via CSS and/or Chunk.
Information
Released
February 26, 2011
Supported Database
MySQL
License
GPLv2
Supported Versions
2.0 - Current
Downloads
2,265
Instructions
Easy to use snippet for breadcrumb navigation trail.
- Install via Package Manager
- This addon will add 1 snippet (EasyBreadcrumb) you can call from your MODx template: [[!EasyBreadcrumb!]] or using parameter(s).
- EasyBreadcrumb parameters: - depth: limit of navigation trail, default 0 (unlimited)- text: text of the link, default "menutitle" or "pagetitle"- title: title of the link, default "longtitle" or "pagetitle"- outerTpl: default "outerTplEBC"- rowTpl: default "rowTplEBC"- homeTpl: same as rowTpl but this is for HOME, default "homeTplEBC"
- By default EasyBreadcrumb have 3 chunks (outerTplEBC, homeTplEBC, rowTplEBC).
- Add CSS for styling: - #breadcrumb .home {} - #breadcrumb .homeOn {}- #breadcrumb .sub {}- #breadcrumb .subFirst {}- #breadcrumb .subOn {}- #breadcrumb .subHide {display:none} //hidden menu- #breadcrumb .ecbOdd {} //odd trail- #breadcrumb .ecbEven {} //even trail- #breadcrumb .sub .spacer {color: red} //spacer between trail or link