Content Recommendation Engine

Officially released CRE for 5-0

Scott Reynolds@drupal.org's picture
public
Scott Reynolds@... - Thu, 2007-01-18 06:20

5-0 development snapshot has been created (waiting for scripts to roll the tarball).

5.x dev snapshot has some bad problems, including old code and missing .info file. I have released a official release 5.x-1.0 that is proper and ready for consumption.

What happened was i expected the -dev snapshot to be rolled on branch DRUPAL-5-0, NOT DRUPAL-5. I will fix the -dev snapshot or remove it entirely somehow. But I thought it was important to get the word out


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