I'm wondering if this module will allow you to define breadcrumbs for taxonomy ONLY.

So that if i click on a node that has taxonomy terms associated with it, the breadcrumbs will NOT be affected (remain as they are).

However, if i then click on one of the terms associated with the node, THEN i want the breadcrumbs to reflect the taxonomy nesting of terms (and with some customization)

thanks

Comments

_craig’s picture

Status: Active » Fixed

Not without editing the code. However, it should be an easy edit if you want to give it a try--just make sure you do this on a test site or are willing to suffer the consequenses if something goes wrong. Here's what to do:

  • Find the function taxonomy_breadcrumb_nodeapi in taxonomy_breadcrumb.module and delete it (or comment it out). Make sure you also include everything inside the { and }.
newdru’s picture

If this works.. i'll be a happy man and pass along serious thanks to you for posting it :-)

I'll look at the code in the next couple of days and give it a whirl...

thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)