When browsing taxonomy terms, especially terms in free tagging vocabularies, with the taxonomy manager module it would be helpful to see a count of nodes assigned each term.
Node count would appear in parenthesis as it does when using a summary view and term argument.
This feature would make it easier to merge terms by helping the admin determine which term is more popular.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | taxonomy_manager-add_term_count-586902.patch | 1.2 KB | designerbrent |
Comments
Comment #1
giorgio79 commentedThis could be used
http://drupal.org/project/term_node_count
Comment #2
GregoryHeller commented@giorgio79, that module is really designed for views.... I think that the feature I am describing would best be dealt with native within the taxonomy manager module so as not to add any additional module dependencies.
Comment #3
temp commentedI need this feathure too, please make bridge to integrate http://drupal.org/project/term_node_count to taxonomy manager
Comment #4
designerbrent commentedWould love to see this too.
Comment #5
designerbrent commentedSo after a little playing, I found a way to get the information displayed and it wasn't too hard. I don't know how the performance is affected by this change but I do know that for the amount of terms displayed and the fact that it is only internal, it shouldn't be too bad.
Comment #6
ivnish