Guest:
Is it possible to allow multiple voting for a user on a single poll
It's possible to allow
when you create or edit a poll. Note the tab saying "
What kind of type will be this Poll of?" and the options beneath.
Guest:
i try to vote a particular poll using multiple ID from the same IP
I am not sure which version of the Polls add-on you have downloaded?
In the recent version, in addon_polls_options.php settings file, there is an option called
$ignoreIPs. If it's set to TRUE, it will be allowed to vote under different accounts, but from the same IP. If it's set to FALSE, the main checking routine will be done by IP only, and most likely it won't be allowed to vote from the same IP under different accounts.