I’m finding that Easy Breadcrumb does not use the page title unless it is the current page. Any of the other pages in the breadcrumb are only using a page title extrapolated from the URL. I have some pages where the URL does not match the page title but would still like the page title in the breadcrumb. This works fine for the current page but not the others. Is there a way to make this work for any page in the breadcrumb path?

Comments

sonemonu’s picture

Component: User interface » Code
Assigned: Unassigned » sonemonu
Issue summary: View changes
Status: Active » Closed (works as designed)

The module tries to obtain the breadcrumb-segment's title using the menu-router (based on the URL of the segment), as fallback, the module infers the title from the segment's text.

Please see function "_easy_breadcrumb_obtain_segment_title" in the file "easy_breadcrumb.blocks.inc" for more details.

Related issue: https://drupal.org/node/1984144