Possibilities:
- Works with MySQL or txtSQL
- It's possible to unlimit polls
- Answers min. - 2, max. - unlimited (see notice)
- security by IP and cookies
- It's possible to edit question and answers
- It's possible to delete all IPs of poll
- It's possible to add variant to the poll
- Poll form table and poll results table situated in the form.tpl and res.tpl. Be careful with php-code in the templates, don't change it where it's not allow!
ToDo:
- Errors check
Installing:
- Put poll.php and poll/ to the plugins/ directory on your server
- Put poll.ini to inc/lang/en(ru)/plugins directory on your server
- Put poll directory to plugins/ directory
And where you want see poll you must add this code:
cn_poll();
UPD: Fixed promblen when no activ polls.
Notice: If you want to use for ex.: 20 variants (default - 10), you must open poll.php on line 380 and change 10 to 20
Enjoy
