You added some poll mod code incorrectly into your post.asp file.
The poll mod code, starting at line 378 - 414, needs to be moved to the line after 442: if strRqMethod = "EditTopic" then
TxtMsg = rs("T_MESSAGE")
else
if strRqMethod = "TopicQuote" then
TxtMsg = "[quote ][i ]Originally posted by " & chkString(rs("M_NAME"),"display") & "[/i ]" & vbNewline
TxtMsg = TxtMsg & "[br ]" & rs("T_MESSAGE") & vbNewline
TxtMsg = TxtMsg & "[/quote ]"
end if
end if
'Put poll mod code here
end if