PDA


View Full Version : Poll Module - Closed Polls?


ConqSoft
01-21-2006, 03:53 PM
Should it be pulling closed polls? If so, I'd like to suggest having an option on the poll module to exclude closed polls.

Brian
01-23-2006, 03:39 AM
You could add 'AND active = 1' to the query in your currentpoll.php file to take care of some of them. It would be a little harder for polls that have a timeout though, and I'm honestly not sure what the query would be.