I wanted to have the breadcrumb point to a specific page, according to the taxonomy .. but the page is actually a generic search page : in the address, only the query part changes.

More specifically, to get what I want, I changed line 118 of the .module file to :

$breadcrumb[] = l($parent_term->name, $term_path, null, 'terme='.$parent_term->tid);

And I am using 'result' in all the terms that I want to use taxonomy_breadcrumb.

This is kind of a ugly hack but my client is "real happy now". :)

I wonder if (and how) it would be possible to support "query strings" in that l() function call.

Anyway, thanks for the module, it's much appreciated!

Comments

_craig’s picture

Status: Active » Closed (fixed)

I can see the usefulness of this feature, but am not going to implement it (at least for now).

Thanks for the feedback.