Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information