2011-11-16, 12:45 PM
2011-11-16, 01:23 PM
Open ./showthread.php and find;
Now open ./polls.php and find;
Now you can vote in closed threads aswell
if($poll['closed'] == 1 || $thread['closed'] == 1 || ($expiretime < $now && $poll['timeout'] > 0))
and Change it into; if($poll['closed'] == 1 || ($expiretime < $now && $poll['timeout'] > 0))
Now open ./polls.php and find;
if($poll['closed'] == 1 || $thread['closed'] == 1 || ($expiretime < $now && $poll['timeout']))
and Change it into; if($poll['closed'] == 1 || ($expiretime < $now && $poll['timeout']))
Now you can vote in closed threads aswell
2011-11-16, 02:52 PM
Thats excellent, thanks Yaldaram!
2011-11-17, 08:01 AM
Was a pleasure