user tab views creates wildcard breadcrumb
liquidcms - October 10, 2009 - 08:24
| Project: | Views |
| Version: | 6.x-2.6 |
| Component: | page displays |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
title likely hard to understand; but check out screen: http://screencast.com/t/rGQgiuBV4
i have added a simple view with various displays to add user's content listings as tabs on the My Account page.
The breadcrumb for these should be simple Home >> My Account >> my_display_title
but for some reason views adds in an extra bcrumb with a wildcard. So for example in screen shot, the url for page showing is user/1/library, and the crumb underlined in red has url user/*/library

#1
able to workaround using Custom Breadcrumbs module (which i have had to use to fix a few views bcrumbs). Only issue was it didn't seem to have a token for the path to designate the user account i am viewing (only for the current user)
in other words, if i am admin (uid = 1) and i go to user/22/library, the My Library breadcrumb with this pattern: user/[uid]/library would be user/1/library -0 which is wrong
so i made an [arg1] token, and used user/[arg1]/library and all is well :)
#2
ok, nope.. this seems to be a bug in core.. IMHO.. core seems to want to toss in a My Account breadcrumb regardless of which user page you are viewing.. i guess someone assumed that it made sense that all users are off your account page - i don't get it.
#3
Maybe you want to change the Project to Drupal, and select the version? Otherwise this may not get the attention to this.