Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
55.84 KB
MD5: f5dd238e0c9e99ddd1488b506185c71e
SHA-1: 6a31edd454eaa034fe385fab68862df95eeee93e
SHA-256: 2179cf65e57c194934a1de4619999b4cd63c2ec077aa54a8e6432591e44bc66c
Download zip
73 KB
MD5: 0d5e7793782aa39449c91b693c0d5d65
SHA-1: 8d229b1eafe1db077644fb50c42d5f5d02b22556
SHA-256: d9c05f13c8b47c4ff1e83a00d3e84ff81943aadaad63bc406db9e9362b37bf09
Release notes
Changes since the 6.x-2.x fork:
- Issue #857956: How do I make a taxonomy breadcrumb in D7? Initial port of custom breadcrumbs 6.x-2.x branch to 7.x-2.x.
- Issue #1213018: Call to undefined function custom_breadcrumbs_common_form_elements() by MGN: Fixes incorrect loading of include file in custom_breadcrumbs_taxonomy.
- Issues #1091546: Custom breadcrumb with page node template not working, #1060050: How to enable breadcrumbs for paths and views?, #1187612: Groups, and Panels, and Breadcrumbs! Oh, my! , #1219214: Taxonomy_get_term() Undefined by MGN: Replaced call to parse_url with drupal_parse_url.
- Issue #1223100: Anonymous variable errors in breadcrumbs module by MGN: Fixed undefined variable notices.
- Issue #1213760: Undefined property: stdClass::$nid in custom_breadcrumbs_paths_cb_node_form_table() by morningtime and MGN: Fixed undefined property notice when creating nodes.
- Issue #1222806: Capitalize first letters in Custom Breadcrumbs project's name by MGN: Fixes capitalization errors.
- Issue #1223100: Anonymous variable errors in breadcrumbs module by justanothermark: Fixes PHP notice due to empty variable.
- Issue #1229076: Function taxonomy_terms_parse_string no longer exists by MGN: Fixes undefined function error caused by taxonomy_terms_parse_string.
- Issue #1240974: Breadcrumb assigned only to Article nodes but showing (unwanted) on page made by Views module by MGN: Fixes undefined index: q in custom_breadcrumbs_exclude_path notice.
- Issue #1240974: Breadcrumb assigned only to Article nodes but showing (unwanted) on page made by Views module by MGN: Removes checkbox for Adjust module weights to improve UI.
- Issue #1219214: Taxonomy_get_term() Undefined by MGN: Fixed (another) incorrect call to taxonomy_node_get_terms().
- Issue #1256742: empty id in breadcrumb links by MGN: Fixed empty id in breadcrumb links.
- Issue #1269716: Notice: Undefined property by MGN: Fixes undefined property notice when creating new content.