Here is my post.asp in the same area:
if strRqMethod = "Edit" or strRqMethod = "URL" or strRqMethod = "EditURL" or _
strRqMethod = "Forum" or strRqMethod = "EditForum" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
'##### Poll Mod and Event Mod change "Message:" to another text. #####
if (strRqMethod = "Topic" or strRqMethod = "EditTopic") and Request.QueryString("poll") = "1" then
MsgTxt = "Poll Question:"
elseif Request.QueryString("event")=1 or isevent=1 then
MsgTxt = "Event Details:"
else
MsgTxt = "Message:"
end if
'#################################################
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & MsgTxt & "</b><br />" & vbNewLine & _
" <br />" & vbNewLine & _
" <table border=""0"" width=""100%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""left"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine
' HTML on/off moved by SmileManager Plus MOD
if strIcons = "1" and strShowSmiliesTable = "1" then
if strRqMethod = "Edit" or strRqMethod = "EditTopic" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
%>
<!--#INCLUDE FILE="inc_smilies.asp" -->
<%
It's way different ... though I have the Event MOD in there, too. I don't know if this will help in any way.