The module works great, but one issue I was seeing. When I added %node:title with my breadcrumb, I am seeing 2 double arrows before the Node: Title (e.g. » » Tennis: Girls Varsity).
Not sure what's causing it, or if it can fixed here. I know with the Custom Breadcrumbs module, I have it set to always show the Node Title at the end of the breadcrumbs path, but this doesn't work with my Panels pages.
Comments
Comment #1
devuo commentedHumm.. it appears that it's printing an empty crumb like so: "> [Empty Crumb] > Node: Title" and that shouldn't be happening with what I've got in place before printing the crumb:
I don't think it's Panels Breadcrumbs here, but some theme_breadcrumbs override in the theme doing this or a module.
Try setting something different in Panels Breadcrumbs, like this:
Titles:
one
%node:title
two
three
Paths:
< none >
< none >
< none >
< none >
Tell me what's printed.
Comment #2
devuo commentedComment #3
devuo commentedI've tried reproducing what you've described to no avail. I stand by my belief that the problem has originated from either the theme or a 'weightier' module, that's running after ctools page manager. If you believe in contrary please give me more data so that I can reproduce and evaluate the problem.