Versus
Allows users to pick a winner of two nodes of the same type.
This module allows users to vote on pairs of nodes for each content type. After a user votes on a random pair by picking a winner, he or she will be directed to vote on the next random pair.
Versus is a rewrite of the Smackdown module that doesn't create any nodes. Smackdown views each X vs. Y pair as a "smackdown" node. This doesn't scale well when users are required to vote on large numbers of pairs. An example is all possible combinations of nodes for a given content type. For each content type, n choose 2 nodes need to be created, and this grows very large very quickly.
CRUD is handled by the Voting API module, which is required as a dependency.
This module is no longer being actively developed by the original author. Co-maintainers and "reviewed & tested by the community" patches are welcome.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0-rc1 | 2008-Jul-28 | 13.72 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2008-Jul-29 | 13.7 KB | Download · Release notes | Development snapshot | |
