By tingtong on
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
.
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.
I am new to Drupal, I don't
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!
.
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
Today I search and found this
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
.
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?
Thanks, but it is for Drupal
Thanks, but it is for Drupal version 5.
Using Views and Five star
Using Views and Five star module. You can bring any style of ratings. Look an example here http://www.hosting-review.quardz.com/
Drupal Theme generator
Yes, it look great. Thanks.
Yes, it look great. Thanks.