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]
  • Decide if crumb shouldn't appear as a link or not
    • Usage: $options->nolink = TRUE;
    • See: [#919166]
  • Override breadcrumb completely by one rule
    • Usage: $options->path = 'which_path2replace'; $options->replace = TRUE;
    • See: [#925382]
  • Easy way to check which rules has been executed for specified crumb
    • Usage: define CRUMB_DEBUG to TRUE
    • See: [#918276]
    •  

This project is sponsored by Department for Education (UK)

Short name
crumbs_plus