Node points
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This D7 module would like to make lists of the "best content" of the site based on points. Something like http://drupal.org/project/userpoints but with nodes.
Features
Every node can give points based on several rules which the admin user can change.
Points based on
- the length of the node body
- the number of the comments
- taxonomy ids
- statistics
- users votes
- extra points of the editor
:) (sorry for my english)
"doc"
I use the Voting API. If a node has for example 20 comments, get a vote of 100 points taged "comments".
There is a custom result type "points". Points = comments points + body points + statistics points + taxonomy points.
With Views you can make lists, blocks, etc. of the nodes with the higher points.
Dependencies
Voting API
(Content, Taxonomy, Statistics)
State
It is doing something, but the code is very-very ugly.