Hi, I put this in as a bug but I suppose it could be a feature request depending on how you look at it. Because I think of this module as being so critical for navigation (why isn't it core?) I think of it as a bug report :)
When clicking on a taxonomy sub-term from a page, the URL doesn't pay attention to url_alias. Since pathauto came out and block paths have been improved, I think it's critical for functionality to support this (it's no longer just about the URL that shows up in your browser).
Thanks for such a great module!
Comments
Comment #1
nedjoThanks for the note.
I'm guessing that you want the links to be to the aliases if present. Is that correct?
Comment #2
iferrer commentedI've got a vocabulary named Sections for the structure of my web. When I go to a page with URL of this type:
http://localhost/drupal/taxonomy/term/5
the breadcrumb is:
Home » My section
But if I give an alias to that URL like this:
http://localhost/drupal/mysection
now the breadcrumb is:
Home » Sections » My section
This is not the expected breadcrumb.
Comment #3
nancydruReopen this with a current release if it is still valid.