In view class' member function get_breadcrumb() always set breadcrumb on every "Page" display type presentation, in spite if the "title" is missing. This cause an extra breadcrumb element, like this: » <a href="/taxonomy/term/all"></a> . What I recommend is to check the title is empty or not.
| Comment | File | Size | Author |
|---|---|---|---|
| view.inc_empty_breadcrumb.patch | 427 bytes | aries |
Comments
Comment #1
easp commentedI applied the patch and it works fine. It fixed my empty breadcrumbs using views with arguments. Nice work.
Comment #2
moshe weitzman commentedFYI, I am seeing this too, though it might be a symptom of the taxonomy term argument.
Comment #3
Slacky08 commentedI was having the same problem, the node breadcrumbs worked fine, it was just on the taxonomy pages since I was using the Views Taxonomy Term override.
This patch fixed it perfectly :)
Comment #4
merlinofchaos commentedCommitted to -dev. Thanks!