I am a complete novice to Drupal and module integration. I am given a task of letting the user give ratings in various ways along with their comment against a particular post. The rating will be 5 star rating. These rating will be for multiple fields such as Cleanliness(5 star rating), Communication(5 star rating) etc.
I have installed modules comment_cck, csm, token and fivestar. Just not able to put them together
How will i achieve this.
Thanks in advance
In order to use the fivestar module, you need to install voting API, and to build a view using the API, you need views.
Please follow this screencast – it should provide you with valuable info on how to use these modules. It’s a little bit complex.