You are here: HomeSoftwareCrumbEE

CrumbEE for ExpressionEngine v2.x

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.

Documentation

Top

Installation

Simply upload the enclosed crumbee folder to your /system/expressionengine/third_party/ directory.

Top

Usage

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.

Example Code

{exp:crumbee delimiter=’>’}

3 comments…

Thanks very much!

By David Russell 5 months ago

I don’t care what your mom says about you - you’re the man!

By E.T.Cook 5 months ago

This will be a time saver, thanks!

On a side note, your download link doesn’t seem to work in Chrome or Firefox (worked in Safari though).

By Heath 4 months ago

Don't be shy, add a comment

Your Name

Email* (Never displayed, and never shared)

Remember my personal information
Notify me of follow-up comments?

To prevent automated spam, please enter the word you see in the image below:


Back to top