From a usability standpoint it is not kosher to provide a link to the active page, however it is nice to have this information in the breadcrumb list. It would be nice to have the ability to provide a title without a path that would allow the last title in the breadcrumb trail to not be linked so that you would have the following:
titleLink > titleLink > title
Comments
Comment #1
abramo commentedI second that - possibly to be made available as an option.
Comment #2
moshe weitzman commentedthe drupal way to date has been to append the title at the theme layer but i agree that this module could offer the option to append the page title at the end. could be a checkbox option, independant of the path.title textareas
Comment #3
vito_swat commentedI think title is not the only option. Sometimes it can be usefull to ad some breadcrumb w/o link in the middle or to use sth different instead of title (i.e. date of creation). Maybe (like ) in links section to indicate that this breadcrumb has no link?
Comment #4
vito_swat commentedOne more time last sentence:
Maybe <none> (like <front>) in links section to indicate that this breadcrumb has no link?
Comment #5
johnalbinIt looks like Jeff is working on this issue in CVS.
Jeff, care to create a 5.x-1.x-dev release to get more exposure to development work?
Comment #6
ekrispin commentedHere is a simple patch to add the support for unlinked breadcrumb items: put
<none>instead of a path for any item in the breadcrumb you do not want to be linked (can be the last item as well as any other one).The patch -
In function custom_breadcrumbs_nodeapi, replace line 59:
with:
Comment #7
David Lesieur commentedThis feature is already implemented in the HEAD version.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.