Closed (won't fix)
Project:
Author Taxonomy
Version:
6.x-1.8
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 18:08 UTC
Updated:
16 Sep 2009 at 19:06 UTC
It'd be useful to have the number of posts each author has next to their name in the Taxonomy. Hope that's not already in there and I glossed over it!
Comments
Comment #1
todd nienkerk commentedThanks for the suggestion, but I'd rather not implement that feature. Querying the database for a list of all nodes tagged with an author term could be a performance hit.
However, if you are a developer or have access to developer resources, you can add this functionality to our site by overriding the theme function that produces the output. You can add a query there and add the number of posts.
I'll leave this issue open to see if people vote it up. If more people would like it, I'll add it.
Comment #2
mcrittenden commentedThanks for the quick response and the theming tip. :)
Comment #3
todd nienkerk commentedI haven't seen any activity here, so I'll mark this feature request as "won't fix." The feature can be accomplished at either the theme or module level by implementing template_preprocess_node().