Look for line 260 in your active.asp file. Looks like this:"T.T_ISPOLL, " &_
Move that line of code 4 lines up, after the T.TOPIC_ID. End result would be this:"T.T_VIEW_COUNT, " & _
"T.TOPIC_ID, " & _
"T.T_ISPOLL, " &_
"T.T_SUBJECT, " & _
"T.T_AUTHOR, " & _
You just put the poll mode code a few lines out.
Good luck.<