Crumbs Plus
Component ID
1003238
Component name
Crumbs Plus
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
460
Component created
Component changed
Component body
Extension for the Crumbs module which give your Drupal site a consistent and flexibly customized pattern of breadcrumbs. New features are:
Features
- Customize the path of crumb
- Usage (simple link): $options->path = 'node';
- Usage (link with query): $options->path = array('node', array('key' => 'example'));
- See: #926266: How to change the path of the crumbs?
- Decide if crumb shouldn't appear as a link or not
- Usage: $options->nolink = TRUE;
- See: #919166: Remove link from the last crumb
- Override breadcrumb completely by one rule
- Usage: $options->path = 'which_path2replace'; $options->replace = TRUE;
- See: #925382: Method of override breadcrumb completely
- Easy way to check which rules has been executed for specified crumb
- Usage: define CRUMB_DEBUG to TRUE
- See: #918276: Easy way to check which method to use for current page
- Â
This project is sponsored by Department for Education (UK)
