I have a restaurant site where I display dish pages; customers can rate every dish in my restaurant.

I use Drupal 7,Fivestar and Voting API. I can rate every dish, but what I want is a window where a customer who gave the maximum vote to a dish can write a "thank you" message to the chef.

Can I do it with Fivestar? Do you have any suggestions?

link|improve this question
To which Drupal version are you interested? – kiamlaluno May 12 '11 at 8:55
i am using Drupal 7 – Praveen Ravi May 12 '11 at 11:17
feedback

1 Answer

up vote 1 down vote accepted

If you are using Drupal 6, Fivestar comes with "Fivestar Comments" that displays a rating widget when a user posts a comment; the rating of the comment will affect its parent content.

This is the best you can do with the Fivestar module, and without to write any custom code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.