Posted by McGovernator on December 21, 2010 at 10:12pm
Are there any modules that add voting widgets to new comment forms in Drupal 6? Everything I've seen (including the Rate module) adds widgets to published comments.
Fivestar and Rate can prevent users from voting on their own content but my use case is the opposite: people can vote on their own comments but not on the comments posted by others.
Comments
I think the best way to
I think the best way to achieve what you're trying to do is with Fivestar CCK and NodeComments. There is an example of how to set this up here,near the end: http://drupal.org/handbook/modules/fivestar
You can also set it up to do average ratings on the parent node, if thats your intention.
(Edit: fixed link)