SoC2006

Events happening in the community are now at Drupal community events on www.drupal.org.
Scott Reynolds's picture

Install Instructions and NEW RECOMENDATION MODULE!

Install instructions

Simply download the project and place all modules within the /modules subdirectory.
Please make sure that you have downloaded BOTH VotingAPI and some voting module (for example: SimpleVote)

And then turn them on!

To use SimpleVote on comments

Add this function to SimpleVote.module
<?php
function simplevote_comment(&$comment, $op) {
switch ($op) {
case 'view':
$comment->comment = theme('simplevote_widget', $comment->cid, 'comment') . $comment->comment;

Read more
Subscribe with RSS Syndicate content