Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc1
Component:
page displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 13:56 UTC
Updated:
28 Dec 2011 at 22:10 UTC
Breadcrumbs on page views don't include the page title, this is inconsistent with the breadcrumbs created by core for nodes.
Page views with a menu item behave correctly.
Views page without a menu item will have just the home breadcrumb: Home >
This should be: Home > View title
Views page with arguments: Each argument is turned in to a breadcrumb element, excluding the last argument
i.e. On a page with 2 arguments provided we would get: Home > View Title > Arg1
This should be Home > View title > Arg1 > Arg2
Comments
Comment #1
dawehnerCan you try to describe this problem so it can be easy reproduced by other people?
Therefore it's really helpful to read http://drupal.org/node/571990
Please do it so. Especially the word "reusable" is kind of important.
Once it's this kind of, people can try to start to tackle on this issue.
Comment #2
AniaMi commentedThe same issue.
For example: on term page do not include title in breadcrumb.
Instead of "home>term name" it displays only "home"
Comment #3
webroru commentedsubscribing
Comment #4
dawehnerWell by default a breadcrumb show the path to the current page, not the current page.
There are though many ways to change this behavior. For example some theme_breadcrumb implementations have this behavior.
Also there is the perfect custom_breadcrumbs (2.x) module which allows you to configure in every possible way.
I really don't think that's an actual bug of views. There is another patch in the queue which adds some pluggable breadcrumbs to views.