display number of nodes only works properly when descendents is working.
A(1)
-NN(0)
-MM(1)
--JJJ(1)
--KKK(0)
but with descendents working my title MESSES up it will show
A,NN,MM,JJJ,KKK
without descendesnt my title works nicely but number nodes isnt show in parents.
A(0)
-NN(0)
-MM(0)
--JJJ(1)
--KKK(0)
am i doing something wrong?
i have path auto installed.
Comments
Comment #1
indytechcook commentedThe display descendants and show number of nodes options were designed to work together. The idea was that the number corresponds to what you see when you click on the link. While this works if you use the taxonomy module or the default taxonomy view, any custom view or callback it doesn't.
Turning this into a feature request to add an option to for an independent node count.
Thanks,
Neil
Comment #2
guypaddock commentedI second this request. I need this option in order to replace the block that comes with Ubercart catalog; the block in that module includes the child terms in the total count for the category, but the links to the parent categories must not include all the identifiers for the sub-categories (i.e. links must be like "category-a/category-b" instead of "category-a/1 2 3").
Comment #3
hles commentedNo new feature in 6.x. Status of this issue needs clarification for 7.x-2.x version.
Comment #4
vladimirausThank you for your contributions.
Drupal 7 is no longer supported.
Closing this issue as outdated.