Hi
(D6, Views 2)
I've got a node view.
It displays an exposed filter on a taxonomy.
A viewer can click a term (or terms) there, and hit apply, and will see nodes for those terms.
Or, one can navigate to the view through taxonomy/term/%, and also get nodes for that term. The usual way is to use the path version first, and filter from there, but of course on the node they can click the term and get back to the view again.
(For anyone wondering: I set the argument validation code to return false if the filter is set, but otherwise let the argument pass. That is why this works--thanks to a post on d.o)
So far, so good.
However, the argument version displays the title, including the term name, which I have set. The filter version, however, only displays the default title.
Any way to get a title and breadcrum based upon a filter?
Thanks
Luke