Any ideas if I can use Drupal to create a box of Detailed Ratings same as this website:-

http://www.edmunds.com/bmw/5series/2003/consumerreview.html

Also, average of Overall Ratings with image. Any modules that I can use to create it?

Comments

Raf’s picture

I'm actually planning on doing this for my own site, too. The way I've been thinking of doing this, was by just adding CCK fields: For each rating either a dropdown or a set of radiobuttons, where you can choose from 0 - 10. The rest is done in code and with a separate template.

At least that's how I'd do this. If there's a cleaner, easier (well, this is quite easy by now, but plugging a module in and activating it's usually even easier) way, I'm interested in it as well.

tingtong’s picture

I am new to Drupal, I don't know how to write code to get average result. I also don't know how to create a separate template. For me, still long way to learn. Thanks!

Raf’s picture

I'll see what I can come up with this evening, ok? I'll leave plenty of comments in the code, so you'll be able to learn from it :P

tingtong’s picture

Today I search and found this is the example what I am looking for, a square box of user rating for each topic and total sum. It is built with Drupal.

http://dinehere.ca/coquitlam/mr-mikes-steakhouse-bar-coquitlam

Raf’s picture

Hey, sorry 'bout not having finished this yet. Things got quite hectic since last week.

As there's a Drupal site that uses this, I had a look at possible modules. Found only one (didn't look for long, though. Couple of deadlines today)

Found this: http://drupal.org/project/criteria_rating

Maybe that can be of some use?

tingtong’s picture

Thanks, but it is for Drupal version 5.

quardz’s picture

Using Views and Five star module. You can bring any style of ratings. Look an example here http://www.hosting-review.quardz.com/

tingtong’s picture

Yes, it look great. Thanks.