Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2005 at 14:45 UTC
Updated:
20 Nov 2011 at 14:00 UTC
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
Comment #1
magico commented+1
Comment #2
LAsan commentedFeature request go to cvs.
Comment #3
BayouBill commentedThis 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.
Comment #4
xjmNo longer applicable.