No idea why it doesn't work, and no forum posting, internal docs, tutorials or anything explaining how to make it work.

Set up a taxonomy in the taxonomy manager

A -> B -> C -> D

INSTEAD you get

A -> D as the breadcrumb.

Comments

alexbk66-’s picture

subscribing

Anonymous’s picture

subscribe

alexbk66-’s picture

There a couple of breadcrumb options for arguments in the taxonomy view admin/build/views/edit/taxonomy_term 'Set the breadcrumb for the term parents', try it.

But now I use taxonomy_menu with menu_breadcrumb, works like a charm.

MGN’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Assigned: Unassigned » MGN
Category: bug » task
Priority: Critical » Normal
Status: Active » Fixed

I've added a README.txt file to the 6.x-1.x branch. Most of the content is on the project page - its a fairly simple module. I would be happy to incorporate any suggestions for instructions that would make the module easier to install and understand.

Taxonomy Breadcrumb
-------------------

 The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node
 pages and taxonomy/term pages.  The breadcrumb trail takes on the form:
   [HOME] >> [VOCABULARY] >> TERM >> [TERM] ...

   - The HOME breadcrumb (if present) links to the homepage.  The text
     displayed for HOME is administrator configurable.  If the HOME
     breadcrumb is not defined by the administrator, it will not appear
     in the breadcrumb trail.
   - The VOCABULARY breadcrumb (if present) will link to an administrator
     defined page.  If the VOCABULARY does not have an administrator
     defined page, it will not appear in the breadcrumb trail.
   - Each TERM breadcrumb will link to either
     (1) taxonomy/term/tid by default, or
     (2) an administrator defined page if one is defined for the term.
   - These administrator defined "breadcrumb links" for VOCABULARIES and TERMS
     are controlled from the add/edit vocabulary and add/edit term
     administrator pages.

 Examples:
   home >> term >> term
   mysite >> term >> term
   home >> vocabulary >> term >> term
   vocabulary >> term >> term

* Enable the module
* Configure taxonomy breadcrumb settngs at admin/settings/taxonomy-breadcrumb
  - set the home breadcrumb text, if desired.
  - under the advanced settings fieldset, select the node types to either include or
    exclude when applying taxonomy-based breadcrumbs.
  - Edit your taxonomy vocabularies and set the taxonomy breadcrumb paths, if desired.
  - Edit your taxonomy terms and set the taxonomy breadcrumb paths, if desired.
* Visit node pages and taxonomy term pages and your taxonomy breadcrumbs should appear.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.