Posted by mcrittenden on June 12, 2009 at 6:08pm
Jump to:
| Project: | Author Taxonomy |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#1
Thanks 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.
#2
Thanks for the quick response and the theming tip. :)
#3
I 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().