Vote up/down Package
This project is an attempt to build a digg.com/reddit.com clone. It builds upon a number of other module, see below.
Unless a new maintainer steps forward this project is discontinued.
AJAX functionality is used for voting if the browser supports it. Bookmarklets are supported for quickly submitting new story links. A number of RSS feeds are available.
This is not a point and click solution. This project provide the missing pieces but you need to put them all together. Please try it out and submit any bugs and feature request through the projects issue tracker.
Instead of using the storylink module included here you could go the modern route and use CCK + Views. A little more work but a lot more flexibel and easier to change to another voting module if something better comes along.
* vote_up_down.module - Provides a widget for user to vote up/down (+1/-1) for a node.
* vote_storylink.module - Provides a node type suitable for links to storys
* node-storylink.tpl.php - PHPTemplate theming of story links
* template.php - PHPTemplate theming of story links
* vote_up_down.css - Adds some css style to the above files.
* ajax_vote_up_down.js - JavaScript for AJAX functionality
Installation help
For help with installation please read the INSTALL.txt (by Ron Williams).
Dependencies
You first need to install the following modules:
* Links Package http://drupal.org/project/links (only needed with storylink module)
* Voting API http://drupal.org/project/votingapi
To be able to automatically promote story links that have a specified
number of votes to the front page you also need to install:
* Actions http://drupal.org/project/actions
* Voting Actions http://drupal.org/project/voting_actions
Recommended modules:
* Views http://drupal.org/project/views
* User Points http://drupal.org/project/userpoints
* Content Recommendations Engine http://drupal.org/project/cre (Use query type "VotingAPI Point System Query")
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 4.7.x-2.0 | 2007-Apr-29 | 159 KB | Download · Release notes | Recommended for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2008-Jan-10 | 160.88 KB | Download · Release notes | Development snapshot | |
