Polls - simple question

Not really had the need to use polls before, but am putting them into a new site build.

 

Quick question though, are they set so users can only vote once or multiple votes on a single poll?

I cant see a standard option to enable / disable this which I would have thought was a basic settings feature...

 

Any hacks if the option is not there?

Quote · 14 Mar 2014

 It's meant that members can only vote once BUT as soon as they have IP changes they in-fact can vote etc again and again ...

 

Not really had the need to use polls before, but am putting them into a new site build.

 

Quick question though, are they set so users can only vote once or multiple votes on a single poll?

I cant see a standard option to enable / disable this which I would have thought was a basic settings feature...

 

Any hacks if the option is not there?

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 14 Mar 2014

I don't think the module tracks members - only their IP address. It's limited to one vote per IP, so the most you can do is limit voting rights to members only. But indeed, once they change their IP address, they can vote again.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 14 Mar 2014

Maybe BoonEx should change that Nathan ... Sites would never be able to use 'Polls' to collect information (example; for marketing research) as the polls / results can be cheated easily.

 

I don't think the module tracks members - only their IP address. It's limited to one vote per IP, so the most you can do is limit voting rights to members only. But indeed, once they change their IP address, they can vote again.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 14 Mar 2014

I actually want to allow members to vote repeatedly. Some polls have option to select multiple answers not just one.

Any way to tweak it that you know of?

Quote · 14 Mar 2014

@ BOONEX DEVELOPERS - I think the polls should not be votable by ip addresses. That's retarded. What if you have multiple users at a library on a school campus. Most likely the ip address will be the same as they are all on the same network. Only one person out of all those students can vote? Illogical.

caredesign.net
Quote · 14 Mar 2014

Shame there's not an option for multiple choice! 

Even Modzzz advanced polls module is single choice.

Quote · 14 Mar 2014

Anyone know how to make Polls multiple choice?

Quote · 15 Mar 2014

 RE:

@ BOONEX DEVELOPERS - I think the polls should not be votable by ip addresses. That's retarded. What if you have multiple users at a library on a school campus. Most likely the ip address will be the same as they are all on the same network. Only one person out of all those students can vote? Illogical.

 This is the same type issue I griped about 4 years ago when I became aware that vote tracking was tied to IP addresses, and I made the exact same argument regarding people that access the internet via a proxy server.  I even wrote a ticket, but it got shoveled onto the "Dolphin 8" pile.... a place they put stuff that they don't feel like working on.

I believe most polls where the public is allowed to vote on, use cookies to provide some manner of voting limitations.  Sure, if you clear the browser cookies or use a different browser, you can vote again, but it's the only method that makes any sense.  When polls are limited to voting by members only, vote tracking should be tied to user ID.  Maybe some day it will work this way.... I almost can't believe vote tracking still works off IP addresses after all these years.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 15 Mar 2014

shame. If its not easy to remove the IP tracking and limit to one vote, then might be easier to look at a 3rd party setup like PollDaddy.com

not ideal but unfortunately might be best option!

Quote · 17 Mar 2014

It should be an option setting in the admin area... to turn on/off IP checking.  When poll voting is limited to paid site members then it makes perfect sense to remove IP checking and simply limit voting based on member ID.  I use modzzz Advanced Polls on my D7.0.9 site and removed the IP checking.

http://pkforum.dolphinhelp.com
Quote · 17 Mar 2014

 unfortunately that option is not present in the boonex module.

Does Modzzz version allow multiple choice then?

 

It should be an option setting in the admin area... to turn on/off IP checking.  When poll voting is limited to paid site members then it makes perfect sense to remove IP checking and simply limit voting based on member ID.  I use modzzz Advanced Polls on my D7.0.9 site and removed the IP checking.

 

Quote · 17 Mar 2014

The Advanced Polls mod does not allow multiple answers to be selected for the same Question. I do have a Survey mod (scheduled for release tomorrow) that allows this though.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 17 Mar 2014

Answer courtesy of AntonLV

 

All voting blocks in Dolphin uses the same mechanism. You may see it in inc/classes/BxDolVoting.php file. Take a look at method makeVote and the following line in it 

if ($this->isDublicateVote()) return false;

It checks for duplicates. If you simply comment out the line then this check will be disabled for all modules. If you don't want it you may overwrite the class BxDolVoting in Poll module to make the change for this module only.

 

 

Works a treat :-)

Quote · 27 Mar 2014

I understand this thread relates to voting in the Polls Module but I was curious to know if Rating items such as Videos, Articles, Photos, etc across a site are developed in the same way? Thanks guys.

Quote · 28 Mar 2014

if you mean can members 'rate' again after IP change ... the answer is Yes!

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 28 Mar 2014

Hmmm. so that makes Rating just as pointless then.

Quote · 28 Mar 2014

I don't think the voting and rating system was created with serious stats / marketing intelligence in mind ...

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 28 Mar 2014

Yeah, I'm guessing just for fun kinda modules. Rating probably loosely similar to Facebook's 'likes' in a way.

Quote · 28 Mar 2014

 Yeah ... I think this should be changed though!

 

I'm guessing just for fun kinda modules.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 28 Mar 2014

The Survey mod was published which has the ability to choose multiple answers for a particular question.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 2 Apr 2014

 This worked for me at time of posting, tried it now on up to date script and wont work!

Any ideas?

Answer courtesy of AntonLV
 
All voting blocks in Dolphin uses the same mechanism. You may see it in inc/classes/BxDolVoting.php file. Take a look at method makeVote and the following line in it 
if ($this->isDublicateVote()) return false;
It checks for duplicates. If you simply comment out the line then this check will be disabled for all modules. If you don't want it you may overwrite the class BxDolVoting in Poll module to make the change for this module only.
 
 
Works a treat :-)

 

Quote · 12 Jan 2015

 Did you go back and check to see if the change you made in the file got overwritten ?

 This worked for me at time of posting, tried it now on up to date script and wont work!

Any ideas?

Answer courtesy of AntonLV
 
All voting blocks in Dolphin uses the same mechanism. You may see it in inc/classes/BxDolVoting.php file. Take a look at method makeVote and the following line in it 
if ($this->isDublicateVote()) return false;
It checks for duplicates. If you simply comment out the line then this check will be disabled for all modules. If you don't want it you may overwrite the class BxDolVoting in Poll module to make the change for this module only.
 
 
Works a treat :-)

 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Jan 2015

I tried on a new install. Didnt work!

Quote · 20 Jan 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.