Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 13:19 UTC
Updated:
22 Jan 2009 at 00:40 UTC
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!