Active
Project:
Simple Review
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 17:16 UTC
Updated:
15 May 2011 at 11:41 UTC
Jump to comment: Most recent file
Any plans for a 6.0 port?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | simple_review.zip | 10.99 KB | georgedamonkey |
Comments
Comment #1
Flying Drupalist commentedsubscribe
Comment #2
georgedamonkey commentedI 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.
Comment #3
gausarts commentedHi,
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
Comment #4
kurzweil4 commentedA version 6 module of this is most definitely needed.
Comment #5
manoz_79 commented+ subscribe
Comment #6
bluedun commentedIs a version of this module for Drupal 6 in the making? If yes, could you please give an estimated release date?
THX!
Comment #7
bluedun commentedHas anyone been using georgedamonkey's version for Drupal 6? Does it work OK? Did you find any bug at all?
THX!
Comment #8
smk-ka commentedHave 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).
Comment #9
NathanM commentedFivestar comments doesn't limit a user to one comment per node.