Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
custom_breadcrumbs_views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2009 at 20:37 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
MGN commentedIf the theme is adding the trailing the > on the views page, then the theme needs to be modified to fix the problem. The theme does this insertion after the custom breadcrumbs module does its work, so there is nothing that can be done about it here.
Marking this as won't fix, but it should really be can't fix.
What theme are you using? You might want to move this issue to that queue to see if you can get some advice on how to fix the problem. It sounds like the theme just needs to check to see if has a valid title before adding the separator - shouldn't be difficult to fix.
Another approach would be to not use the theme level append, and use custom breadcrumbs to add the title on the end.
Comment #2
seancorrales commentedI'm using a custom theme based off Zen. I just tested with the default Zen theme and it does the same thing, as well. Since Zen is quite popular, it's at least worth finding out why this happens and providing a solution to avoid it.
"Another approach would be to not use the theme level append, and use custom breadcrumbs to add the title on the end."
Not an option for me on this particular project - we have over 900 pages of existing content and we just need the custom breadcrumbs for a couple of views.
Comment #3
seancorrales commentedI copied over Zen's breadcrumb function and added a simple if/then statement to resolve the issue. I'm pasting the modified breadcrumb code in here so anyone else who runs into the same issue might find this helpful.
Comment #4
seancorrales commentedComment #5
seancorrales commentedclosing.