hey guys,

i am looking for a contributed module, like Fivestar, which allows users to rate each other, then alters the value of a field in the $user object to reflect the new average rating. For example, I have a rating of 4, and someone rates me a 0, thereby reducing my overall rating, by (for example) 0.5 and bring my rating down to 3.5. Does anyone know of anything that exists (either through a little tailoring or out-of-the-box) that may help me out?

Comments

Milena’s picture

Fivestar is a good choice for Drupal 7.
User is an Entity in D7 so you can add to it any of CCK features.
But it will probably not alter anything in Drupal $user object. Although desired functionality should be provided.

You can find an interface to add new fields (fivestar field) under admin/config/people/accounts/fields

mark.labrecque’s picture

great stuff! That is pretty much what I figured, just wanted to know if there was something more suited to my needs. Thanks for the input.

-M