hey there,

I created a view whose arguments are year and month, for nodes to be sorted according to their publication date:

example.com/news/YYYY/MM

month is never supposed to show up on the breadcrumb, since it's the last argument. year, however, may or may not show.

example
address: example.com/news/2012/10
breadcrumb: home > news > 2012

address: example.com/news/2012
breadcrumb: home > news

breadcrumb titles breadcrumb addresses
Home <front>
News news
[current-page:url:args:value:1] news/[current-page:url:args:value:1]

however, there's not an option to hide the last breadcrumb. is it feasible?

regards,
Luciano

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

luco’s picture

Issue summary: View changes

more info on breadcrumb settings.

luco’s picture

... okay, maybe not the most popular issue around.

anyway, here's a patch. apply and run update.php to take effect.

luco’s picture

Assigned: Unassigned » luco

forgot to assign...

luco’s picture

Issue summary: View changes

removed empty line at the bottom of the table.