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

devuo’s picture

Humm.. 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:

 // Breaks titles and paths into arrays and removes empty keys.
 $titles = array_filter(explode(PHP_EOL, $titles), 'strlen');
 $paths = array_filter(explode(PHP_EOL, $paths), 'strlen');

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.

devuo’s picture

Status: Active » Postponed (maintainer needs more info)
devuo’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'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.