I implemented comment averate rating widget in my node as explained this page:
http://drupal.org/node/1308114

But I noticed that the widget can be re-rated while reading the node. And this makes things complex. You can rate the node even you don't have any comment on that node. You can re-rate if you have comment, but does not change the comment's rating, but changes the average rating.

Comments

whiteph’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Can't reproduce using 7.x-2.1 release. Also, don't forget that there's a config option "Allow voting on the entity" which you should disable for average-display widgets.