If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Polls v.2.0 Q about Multiple polls  XML
Forum Index » Support Forum
Author Message
Anonymous



First lemme say..

this program is great!

i had trouble installing it at first (you need to make the installing readme.txt file much more extreme, i didnt know what it meant, but i figured out installation myself). But once i got it up.. i was thouroughly impressed by the admin panel. wow! good job!

now heres my QUESTION:

Since ip's are collected no user can vote on the same poll.. Thats good, but I want it so that if they voted on one poll then another will load for them the next time they come to the page.

Is this at all possible? So that they can keep voting on other polls?

Please get back to me someone!

Term
:o
Anonymous



Try using the "random" include statement

include "./booth.php";
if (isset($poll_id)) {
echo $php_poll->poll_process($poll_id);
} else {
echo $php_poll->poll_process("random");
}
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum