Any plans for a 6.0 port?

CommentFileSizeAuthor
#2 simple_review.zip10.99 KBgeorgedamonkey

Comments

Flying Drupalist’s picture

subscribe

georgedamonkey’s picture

StatusFileSize
new10.99 KB

I have attached a patched version of simple review that works with Drupal 6.

As a warning, I have never created a module, or modified one in any way before. I did this not really knowing what I was doing. But, I have a site I've been holding out upgrading to version 6 in anticipation of this module being updated for Drupal 6. This has been only tested on one machine, on one site. So, please, before you try this make sure you have a good backup of your site. I hesitated sharing this due to my lack of knowing what I'm doing, but it worked for me, and maybe it'll work for you too.

Basically what I did was, ran it through the coder module and made the changes recommended by it to work with drupal 6.

gausarts’s picture

Hi,
I tested the module, but it always spit out the call to undefined function on line 150:
$vote = votingapi_add_vote('node', $nid, $value, 'percent', 'vote', $uid);

Anything I missed? Thanks

kurzweil4’s picture

A version 6 module of this is most definitely needed.

manoz_79’s picture

+ subscribe

bluedun’s picture

Is a version of this module for Drupal 6 in the making? If yes, could you please give an estimated release date?

THX!

bluedun’s picture

Has anyone been using georgedamonkey's version for Drupal 6? Does it work OK? Did you find any bug at all?

THX!

smk-ka’s picture

Have you guys had a look at Fivestar Comments, which is included in the official Fivestar module download? AFAIK, it does the same thing as Simple Review (and is one of the main reasons that this module hasn't been developed further).

NathanM’s picture

Fivestar comments doesn't limit a user to one comment per node.