You are here: Home › Software › CrumbEE
CrumbEE is a really simple plugin that builds a breadcrumb trail from the current uri.
We work with the pages module quite extensively which breaks the template/template_group/entry mould.
Returning a breadcrumb trail/from/pages/with/really/long/urls was quite difficult, and other solutions were a little buggy so we decided to write our own.
Simply upload the enclosed crumbee folder to your /system/expressionengine/third_party/ directory.
The delimiter='' parameter allows you to separate breadcrumb links with whatever html element you want.
You can override the output by adding to the switch statement in the plugin, an example is included (line 45) where the uri /about/ is converted to "About Us".
You can also ignore segments by adding to the exclude list (line 59) of the plugin.
{exp:crumbee delimiter=’>’}
3 comments…
Don't be shy, add a comment