Hi,
Thanks for a great module. My favorite of the all the star voting modules.
Is there a way to put jrating on node creation/edit pages. So, for instance, you could have a cck content type for reviews. A member could create a review, choose the number of stars they want to give it while they write the review, and then post it for other members to vote on as well.
peace,
blue
Comments
Comment #1
hickory commentedYou might want to try using the nodereview module for that, then enable jrating on those review nodes to let other people rate the reviews.
http://drupal.org/project/nodereview
Comment #2
bluecobalt commentedThanks, but that would not accomplish what I want to do.
I don't want people to rate the reviews. I want people to be able to post their own review of a product or service onto an existing review, voting on the product or service, with the total average score on the review being updated as people post new reviews onto it.
For example, someone posts a review of a book, and gives it 5 stars. Someone else reads that review, adds a comment with their own review of the book, and gives it 3 stars. The review now has two people's reviews on it, and the total average score for the book is 4 stars.
The voting would occur during node creation and comment posting only.
peace,
blue
Comment #3
hickory commentedNodereview does what you're describing, except that the initial node at the top of the chain is a node representing the item being reviewed, rather than an actual review. I know what you mean, but doing it this way works pretty well too (I'm using it myself).
Comment #4
hickory commented