By timonweb on
There are lots of Digg style voting modules, but seems no like/dislike module (people vote for content if liked or disliked, and stst shows how many % liked and how many % not)...or maybe I'm missing something?
There are lots of Digg style voting modules, but seems no like/dislike module (people vote for content if liked or disliked, and stst shows how many % liked and how many % not)...or maybe I'm missing something?
Comments
=-=
investigate the fivestar.module
while its name may not do this module justice you can create what you want using 2 stars and replacing teh graphice with a thumbs up, thumbs down, or for like dislike some other graphics that you find suitable.
yeah, I know fivestar and
yeah, I know fivestar and use it for star ratings extensivelly, but, after all arrangements you suggested here, it won't count how many people liked/disliked, it will show only average value....
UPD. But wait, I can calculate % of likes/dislikes if I know average value and number of users voted! Nice idea!
My web production and development blog. I do Drupal development.
for example, 1pt - disliked,
for example,
1pt - disliked, 2pts liked, then, if 3 users voted - liked and 2 disliked we get average 2+2+2+1+1 / 5 = 1.6
Average (1.6 - 1) * 100 = 60 (%), here is the percent of people liked and 40% people disliked! VeryMisunderstood thanks for showing right direction!
My web production and development blog. I do Drupal development.
or flag with views and statistics
you could expose statistics to users (how many viewed something) and then use flags for content like 'i like this' (which might, for example, bookmark the item) and then create a view that shows 'most liked' according to number who either viewed the item or number who flagged as 'liked' (or disliked)
there are some associated views for this related to popular content (also a module) that you could expose to views using their defaults adn just change what 'popular content view' is showing (create a clone for 'liked/disliked' and manipulate as desired)
........................................................................
i love to waste time: http://twitter.com/passingnotes
Subscribing...
Subscribing...
subscribing
subscribing
Lesley Fernandes Moreira
Web Consultant | Drupal Developer | Entrepreneur
www.lesleyfernandes.com
subscribing.
subscribing.
This might help
Hi, this module might help. Although not a complete module... but this solved my requirements
http://www.amitavroy.com/justread/content/articles/ajax-and-dislike-usin...