I have been experimenting with the argument Taxonomy: Term. (due to this issue: http://drupal.org/node/303800) I have set it so that when the argument prints, the case is upper, the url is lower, and spaces in the URL become dashes. In addition, in Title area of the first argument, I have "something: %1" and in the second I have "something: %1 and %2."

It does the following:
1. urls have dashes (good).
2. Titles on the page have dashes (not-so-good) - i.e., "Something: international-events" rather than "Something: International Events"
3. Titles of the html page also has dashes.
3. Breadcrumbs show this: "Title % >> Title %" which is what I have as the Page title, even though it is overridden in the argument title.

These seem bugs to me, as it makes things look a bit goofy. I may be doing something wrong. If you need more info, let me know.

Maria

Comments

merlinofchaos’s picture

Status: Active » Fixed

The dashes part of this is fixed in CVS. I can't duplicate the breadcrumb part of it. Note that the the page title *should* appear in the breadcrumb as the view, without arguments, still needs a title and that's used for the top level breadcrumb once you have an argument. But I don't get that appearing as the 2nd breadcrumb in chained arguments.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.