Printing Panels Breadcrumbs

Created on 28 October 2014, over 10 years ago
Updated 18 April 2024, 10 months ago

I'm trying to find a way to print the Panels Breadcrumb on emails, print pages, and PDF files generated by the print module β†’ .

The print module uses print.tpl.php to lay out the documents for printing. The line that inserts the breadcrumb is
<div class="print-breadcrumb"><?php print theme('print_breadcrumb', array('node' => $node)); ?></div>
which ends up producing a breadcrumb such as Home>Node Title. Not what I want.

What I need is the breadcrumb produced by Panels Breadcrumb which for instance might be Home>All Tutorials>Text Tutorials or whatever is defined for the particular panel page.

What would I use to replace the breadcrumb line in the template in order to use the Panels Breadcrumb?

By the way, this is an excellent module. I struggled for quite awhile trying to find a way to get my breadcrumbs the way I wanted them before I came across this module.

πŸ’¬ Support request
Status

Closed: outdated

Version

2.2

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States wimberb

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024