Taxonomy Subterms

Categories

Component ID

840132

Component name

Taxonomy Subterms

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2115

Component created

Component changed

Component body

Taxonomy Subterms is a simple module to force display child taxonomy terms on the parent taxonomy page of nodes belonging to the current term or/and the children of the current term.

Taxonomy subterms makes use of the exact same page callback of the default taxonomy terms page (or the one you put in place).
The module just add the depth param with an 'all' value to the original arguments and pass them to the "normal" page callback.

----------------------------------------

NB : the goal of the "new" module is slightly different from the older one. I will try to merge the features of the old one in a sub module.
The old module's goal was to display a "subterms map" so the sub module will be called taxonomy_subterms_map...

------------------------------------------

7.x-1.x is still under construction !