I was just wondering if we can do something like in this website, regardless the thumbs-up and thumbs-down images.
Thank you..
I was just wondering if we can do something like in this website, regardless the thumbs-up and thumbs-down images.
Thank you..
Comments
Comment #1
webpoga commentedSorry i forgot to mention the website, here's the link :
http://www.urbandictionary.com/define.php?term=vote
Comment #2
frjo commentedThe voting widget is themeable (built by theme_vote_up_down_widget()) so that is one way to go. If you simple want to replace the up and down arrows with thumbs you only need to use css.
Comment #3
pshadow commentedhey frjo,
I posted something kinda similar earlier, maybe you can help. I know how to use themes to change my layout to display thumbs (or whatever) but I don't see anywhere that count values for the votes. I would like to display something like 24 thumbs up (+1 votes) vs. 12 thumbs down (-1). Is that data stored somewhere? Or some code I can put in a block to calculate based on node ID?
thanks for any direction you can give on this.
Comment #4
marvil07 commentedthis is possible on 6.x-2.x: #811694: New widget for splitting of votes in positives/negatives (5 voted up, 2 voted down), as soon as that new ctools widget is ready I'll commit it :-)