Posted by Veggle on June 15, 2007 at 11:39am
Jump to:
| Project: | Taxonews |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | minor |
| Assigned: | fgm |
| Status: | closed (fixed) |
Issue Summary
Hi, first of all, I really like your module! However, I was wondering whether it is possible to list te most viewed entries from a taxonomy category?
Comments
#1
As usual everything is possible. But it is not currently part of the feature set of the module: you're welcome to add the feature.
It shouldn't be too difficult:
FROM node n INNER JOIN node_counter nc on n.nid = nc.nidto have access to the view countersWhat must be done, though, is make sure this path is only taken for sites wishing to take advantage of the feature, because it makes the query a bit slower.
#2
Feature added in versions 1.10.6.2 and 1.10.6.3. Module now has 3 sorting modes, 2 of which are only available when statistics.module is enabled.
#3