Posted by epalani83 on February 18, 2010 at 6:52am
Hi All,
I am developing a site with drupal 6. There is requirement like, user's photo will be displayed and need to rate for this, which more similar to www.hotornot.com. In left side bar, previous photo(rated one) need to display with overall rate and in right side bar, i have to show next photos in queue and main content will have a photo and top there will be rating. upon rating a photo, need to update rate and load with next photo in queue.
Can anyone tell me how we can achieve this with Drupal 6. Is it possible to do this with Drupal?
Thanks,
Palani
Comments
sound like it can be done
sound like it can be done with cck, views, panles ,5star, triggers and actions modules without any custom modules
//In left side bar, previous photo(rated one) need to display with overall rate and in right side bar, i have to show next photos in queue and main content will have a photo
-->with views, using offset values
//main content will have a photo and top there will be rating.
-->simple node display with 5star enabled
//upon rating a photo, need to update rate and load with next photo in queue.
Rating will be handled by 5star. loading the next photo can be handled by triggers and actions
cheers,
Tanay
--
Tanay Sai
Bangalore
skype: tanay.co.in
In addition to saitanay's
In addition to saitanay's suggestions, Little customisation in CSS will make it look similar to the site u have mentioned.
Thanks Tanay!