Thursday, January 15, 2009

Build Digg Clone

Drigg is a powerful Drupal module that allows you to create Digg and Pligg-like web sites.
Unlike other Drupal-based solutions, Drigg only has two dependencies:

  • user_karma -- a simple karma module Drigg is based on. user_karma was written by the same author as Drigg, Tony Mobily
  • A voting form - preferably extra_voting_forms.

Features

  • Flexible voting. Drigg works with any voting system based on VotingAPI. The default voting system Drigg uses, extra_voting_forms, The module allows you to pick from 4 different voting forms: select box, select box with negative votes only, up/down, up only (ala Digg)
  • Easy, easy theming. Drigg provides a simple theme which just work, and is very easy to customise.
  • STRONG separation between code and theme. Unlike other systems, Drigg separates the module's logic and the presentation very carefully.
  • Plays well with Drupal. You can set Drigg as your home page, or you can decide not to do that. This means that Drigg will play well with your existing web sites.
  • Good code, easy bug fixing. Feel free to browse through the source: it's neat, extremely well commented, and tidy. THismeans that finding bugs is easier.
  • Flexible voting. Using extra_voting_forms, you can have N different voting forms for the same scoop. After voting, the others will grey out. This means for example that you can have a UP/DOWN form for a scoop, and then underneath a "select - negative values only" voting form for the same scoop.
  • Flexible as hell. Drigg is just amazingly flexible. While it has fully working defaults, it allows you to customise it immensely.
  • The power of Drupal. Drupal is a fantastic CMS. Once the system is setup, you will be able to install and use other Drupal modules as you like
  • Automatic votingYou can set a number of users as the "bosses", and other users as "slaves". The system will make sure that the "slaves" assign a random number of votes to the nodes voted by the "bosses". This will make it easier to startup your site without becoming schizophrenic :-D
  • Automatic role assignment.You can assign roles to people according to their karma amount, and (more importantly) to their karma ranking.