Fivestar has the ability to set "Voting target: Parent Node" from comments.
On the node we can uncheck "Expose this Fivestar field for voting"
Fivestar also has “rated while viewing” and “rated while editing” widgets.
When used in combination, Users can only vote on the node while leaving a comment. The total votes will display on the node and each individual vote will be displayed in the comments.

For more info:
http://drupal.org/node/1308114

Comments

marvil07’s picture

Category: feature » support
Status: Active » Fixed

In 7.x-1.x, using vud_field, you should be able to do it doing something like:

  • Enable comments for the node type you want.
  • Add one vud_field field to the node type you want.
  • Set the vud_field field formatter to hidden.
  • Render the vote widget manually on the comment form(normally) and on the node type(with the readonly option).

Please let me know if it works as expected.

If you need a "rated while viewing" feature(it is completely different), it should be doable using rules and votingapi_rules.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.