I have a problem with the breadcrumbs in category pages not showing when using with pathauto. I have:
Vocab - Term - Nodes
And pathauto for a page listing all Nodes in that particular term. When viewing this page the Breadcrumbs doesn't show only "Home" comes up which is kinnda bad.
Is this something wrong with my setting or inherent in the module?
Comments
Comment #1
_craig commentedThis module will only set breadcrumbs for nodes, i.e. something with a path of www.example.com/node/42. If you have a path alias (either created manually or via pathauto) that resolves to node/42 that works also. I'm guessing you're not seeing this module set the breadcrumbs because where you're looking is not a node. What is the actual path of where your visiting?
Comment #2
reed.r commentedpath: taxonomy/term/[nr]
Ah yepp it seems that my pathauto category url alias is not a node :) - that kinnda explains it.
Would have been nice though to have categories showing breadcrumbs even thought they are not nodes.
Thanks for the answer!
Comment #3
reed.r commented