Hi,
I'm creating a review content type and have added 2 CCK fivestar fields called "value" and "features". Each review is classified under a taxonomy term. What I would like to achieve is for the 2 rating fields of the review to affect an overall rating for the taxonomy term. So let's say I have a taxonomy term called "trainers" and then I create 2 reviews under this term. Review 1 gives the "value" rating 3 out of 5 and the "features" rating 3 out of 5. Review 2 gives the "value" rating 5 out of 5 and the "features" rating 5 out of 5.
What I would like to happen is for the taxonomy term "trainers" to then have an average rating from these two reviews. So the average from this example for the term would be "value" of 4 out of 5 and "features" of 4 out of 5.
I'm using the Content Taxonomy module to reference the taxonomy term when adding a review. Firstly, is the right way to go about achieving what I want, and secondly how would I display the average ratings for a taxonomy term?
Thanks for any help.
Comments
Comment #1
quicksketchSorry this request is too site specific for the maintainers of Fivestar to answer. Perhaps seek help from http://drupal.org/drupal-services.
Comment #2
merilainen commentedI have exactly the same problem, has anyone found a solution for this?
We are developing a service where users can review websites, and we are identifying the reviewed site with URL (automatically filled with a bookmarklet). This URL is a tag (i.e. taxonomy term) and it would be nice to show the average of reviews of sites with that tag. I don't know how to achieve this, and as fivestar maintainer said, it might be beyond this module.
Comment #3
jawi commenteddiid you find a way to implement this?