Closed (fixed)
Project:
Zen
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 19:26 UTC
Updated:
25 Feb 2010 at 23:20 UTC
Hello,
I ran across this issue today when working on creating my breadcrumbs.
Instead of Home > Fruit > Oranges, the text is showing up as Home > Fruit > Oranges >
I'm using a Zen subtheme.
I tried to follow the suggestions for solving this fix for the Custom Breadcrumbs module at: http://drupal.org/node/581666 but that does not seem to fix this for me.
Any suggestions?
Thanks,
James
Comments
Comment #1
xurizaemonYou don't indicate what makes you think this is related to menu_breadcrumb module.
Does disabling menu_breadcrumb make the trailing separator go away?
Comment #2
xurizaemonJames, I'm closing this issue for lack of response. Feel free to re-open when answering the questions above.
Comment #3
areikiera commentedHello,
I've run into this same problem. I'm fairly certain that this is specifically a Zen theme/subtheme issue, and if need be, I'll post it there.
I've found a workaround that corrects this problem in zen for the Custom Breadcrumbs module (which appears to be the same fix that the original poster indicated), but not for this module. I'll post the code below (which is intended to be added to the template.php file):
Is there a variation of this code that could correct the problem for Zen sub-themers that want to use Menu Breadcrumb instead?
Any help would be greatly appreciated. Thanks!
Comment #4
areikiera commentedFor anyone else running into this problem... there's an easy fix. Go to Site Building > Themes > Configure (your Zen Sub-theme), then in the "Theme-specific settings" area, uncheck "Append a separator to the end of the breadcrumb". It's strange that it is automatically checked, but there it is.
It's easy to overlook when you're learning... noobies can bond in our constant self-embarrassment, right?
Thanks!
*marking this as fixed, unless jbroccoli was referring to another problem*
Comment #5
xurizaemonI'm sure there's a good reason - perhaps the Zen theme by default also appends the name of the current page, and disabling only one of those settings means you get the trailing separator.
Thanks for following up, areikiera. Will move this to Zen now as it's apparently unrelated to Menu Breadcrumb.