Currently, when tids are combined on the url of a vocabulary's parent term (taxonomy/term/10+11+12 where 10 is the parent term), the taxonomy system has the annoying habit of lumping together all the child term names in the title of the parent term page, although in comma separated fashion. This is bad, but it gets worse when *all* the tids are combined in this url.

It would be a great usability improvement if only the parent term's name is displayed as the page title. A good example of this implementation is the taxonomy_vocabulary module by Mike Carter that combines the nodes of all the tids for a vocab and lists it on a page, but only shows the vocab title on that page.

Comments

magico’s picture

Version: 4.6.3 » x.y.z

+1

LAsan’s picture

Version: x.y.z » 7.x-dev

Feature request go to cvs.

BayouBill’s picture

This can be done with a View. See http://drupal.org/node/558530#comment-1972528. The context of the referenced thread is taxonomy_menu, but the approach can be adapted to other situations.

xjm’s picture

Status: Active » Closed (works as designed)

No longer applicable.