Polling system options:
Vote Once (y/n) - will only allow one vote per user.
Uses cookies if login is not required
Login Required (y/n) - will require login for voting /
viewing results
Comments (y/n) - I plan to add the ability to make
comments on the poll simliar to slashdot.org
Archive (y/n) - allow users to view past polls
Show results during poll (y/n) - if no the results
will not be displayed until after the poll expires.
Style - If show results during poll is no then style 3
is automatic.
1) Poll shows the results by default in the poll box,
and the user must click a "Vote" option to
participate. After the user has voted the poll results
are still displayed in the poll box.
2) Poll options and radio buttons are displayed in the
poll box by default. After the user has voted the poll
results are displayed in the poll box.
3) Poll options and radio buttons are displayed in the
poll box by default. After the user has voted the poll
options are still displayed in the poll box.
Per Poll Options:
Poll Title - The question
Expire - Will stop allowing votes after the selected
date if there is one.
Logged In: YES
user_id=420260
Tables Definition:
Tablename: poll_system
Fields:
voteonce
loginrequired
comments
archive
showresults
style
Tablename: poll_questions
Fields:
pollID
question
expire
Tablename: poll_answers
Fields:
questionID
pollID
answer
answercount
Tablename: poll_questions_arch
Fields:
PollID
question
totalvotes
Tablename: poll_answers_arch
Fields:
questionID
pollID
answer
answercount