>>
Site Map
>>
Forums
>>
Post Installation Help
Forum module - topics in forum:
Post Installation Help - Help with problems after installation.
Survey/Poll Module
Now with this module, when a survey/poll is posted a single person may vote as many times as they want.
Is there a way to limit this to one vote per username and restrict guests/unlogged from voting?
I am unsure about the multiple votes portion of your question... I just left a little message telling all members to post only once....
as for the allowing only registered guests to submit a vote... Change the module settings to registered users only.... This will make the module visible only to registered users
Actually you can not stop someone from voting multiple times.
You must assign the block and module both to registered users to stop anonymous voting.
ok how do we stop someone from voting multiple times... I stand corrected btw... I wasn't sure on that... Im running Nco ultra poll in the stock cms...
It says you
can not
LOL sorry Seven Its been a long weekend
stoppiing multiple votes
I am using a mod / hack called pollfix I found
HERE on the net to stop people from posting multiple votes. It appears to be working well. The only thing I would change with it (and did) is to add a line to reduce the decimal places in the percentages. It seems to work great.
After:
| Code: : |
| $percent = 100 * $optionCount / $sum; |
Add:
| Code: : |
| $percent = number_format ($percent, 2, '.', ''); |
Hope this helps.