Set up user ratings for content
Baker James wants feedback about the baked goods he creates because he wants to know what should be kept on the menu and what could be rotated off. He would like to allow visitors to add some more information about the baked good when they rate it, so we will enable ratings when the visitor adds comments.
To set up a rating system, we're going to install and configure the Fivestar rating module. Fivestar is currently in development status for Drupal 7 but we can use and test the module in our localhost environment before deploying it to a production website.
Add Fivestar content ratings to a node
This task will explain how to implement user ratings. For the client site, this will demonstrate how to allow users to rate menu items.
Goal
Allow customers to rate their favorite menu items so that Baker James can get feedback on his food, keep popular meals, and remove unpopular food.
Additional modules needed
Fivestar (http://drupal.org/project/fivestar) and the Voting...