Clarification:
Looking at the code I don't see how this mod could show more than one poll at a time.
????
A modification you can make:
People may not know what the poll is about, so I added a small piece of code that will add a link to the thread for the poll.
You need to make the
same change in
TWO TEMPLATES -- the
polloptions_table template and the
pollresults_table template.
FIND:
Code:
$pollinfo[question]
ADD
AFTER:
Code:
<if condition="(THIS_SCRIPT == 'index')"> (<a href="showthread.php?t=$pollinfo[threadid]">Go To Thread</a>)</if>