SoC2006

Install Instructions and NEW RECOMENDATION MODULE!

Scott Reynolds@drupal.org's picture
public
Scott Reynolds@... - Wed, 2006-08-16 00:26

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;


Syndicate content