I am creating a beer rating and food recipe site. I am looking for modules that will allow me to post the beers by the brewery and then each beer that they make having their own page and people can post a comment/review/rating. Also I want to ad an image of the bottle or label for each beer. Anyone know how or what is needed to do this?

Comments

Thomasr976’s picture

The Five Stars Module along with the Core Comment Module have been suggested and used. See the thread at http://drupal.org/node/177089.

pdjohnson’s picture

You want to create a content type by installing CCK http://drupal.org/project/cck

This will allow you to generate a content type "Beers". I imagine you will want to enable the CCK image field which will mean you can have a label for the beer also. It is pretty simple to use and there is good documentation.

--Paul Johnson