Closed (cannot reproduce)
Project:
Pixture Reloaded
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2011 at 00:29 UTC
Updated:
4 Oct 2012 at 11:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruConfirmed. Here's what I'm doing:
This gives me breadcrumbs for everything that is a menu item (so make sure your Views are in the menu).
Comment #2
shruti.sheth commentedHi,
I added the above given functions to my template.php but with nice menus it is not giving the required breadcrumbs for for the nodes two three level deep.
Thanks,
Shruti.
Comment #3
nancydruI threw Nice Menus out in favor of PR's Superfish menus. I have the code in my site-specific module, so I don't know if it would work the same in the theme file (I really try not to touch theme code because it will get lost if I go to a new version).
Comment #4
grifon commentedI found it happens for me when Node Hierarchy module is enabled. Comes right back when you disable it.
Comment #5
nancydruI have never heard of Node hierarchy, so obviously I didn't have it installed.
Comment #6
Jeff Burnz commentedIs this actually a theme bug or something Nice menu/Drupal related, I get all the breadcrumbs on pages such as forum nodes etc, so I don't really understand this bug report.
Comment #7
nancydruSince I had to switch to a different theme because of #1117154: Wierd theme problem, I can't answer you. I think it was a menu issue (core), but I'm not sure. I believe the Menu Block module would fix it.
Comment #8
Jeff Burnz commentedNot a theme issue.
Comment #9
richH commentedHi, I've got a straight pixture_reloaded D6 installation and I have exactly this effect.
On the nodes which I have created I only ever get "home" displayed.
On other nodes (e.g. Forum) I get the full breadcrumb.
See the pics:
- Leihneos ist an Article page and has no breadcrumb (should be Startseite --> Leihneos)
- Lauftraining is a Forum topic and has a breadcrumb.
Stumped as to what this problem is.
Thanks
RIch
Comment #10
Jeff Burnz commentedThis is how Drupal 6 works, sorry but this has nothing to do with the theme - its just how things work - you need to build breadcrumbs in Drupal - for example Book and Forum modules build their own breadcrumbs, there are quite a few contrib modules to help you with this.
Comment #11
operations commentedPerfect solution for a client's SuperFish rediculous big menu :) I had a deep menu tree and the breadcrumbs on my drupal instance were only showing Home and sometimes showing incorrect trail.
I used the above code and it worked perfectly.. Many thanks @NancyDru.