Vote up/down Package

frjo - February 10, 2006 - 09:10

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 releasesDateSizeLinksStatus
4.7.x-2.02007-Apr-29159 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2008-Jan-10160.88 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.