Install Instructions and NEW RECOMENDATION MODULE!
Posted by Scott Reynolds on August 16, 2006 at 12:26am
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;
