By meishme on
I'm trying to create an image-based poll where users are able to vote between two images by clicking on them.
Any ideas?
I'm trying to create an image-based poll where users are able to vote between two images by clicking on them.
Any ideas?
Comments
From your query i understood
From your query i understood that you are in need of voting in images.. User Voting API & Five Star Module where you can do this thing
Also there exists one module in drupal called Photo Album that will also support voting
Hope this will help
Have a Good Day!
Thanks for the reply. I've
Thanks for the reply. I've worked with Five Star, and just checked out Photo Album. Unfortunately, they can't achieve what I intended.
What I need is a way to poll users using pictures as the actual choices.
For instance, imagine two pictures side by side: One of a Coke, and another of a Pepsi.
Users should be able to click on the image of their drink of choice, which is equal to a vote for that drink.
It should be an "either-or" setting very similar to the discontinued Smackdown module. With Smackdown, one has to manually create the choices as nodes, and then create smackdown page that references the two choices via node reference... Not ideal.
I need this functionality too
Hi
I need this functionality too
an image gallery with N images and users will be able to choose only one
Did you managed doing that ?
I think it could be done with
I think it could be done with the Flag and Rules modules.
I am doing the same image gallery with only one voted image possibility.
I will post some information about it when I finish it.
Kind regards.
Ruben Teijeiro
Drupal Hero
I have done it with Flag module
I hope this little snippet will help you.
Put it on your node.tpl.php file
Ruben Teijeiro
Drupal Hero
AWESOME
That is amazing... I tried with Versus and Smackdown and no luck.
Could you please email me or post how you did it with Flags module.... PLEEEZE :)