Ok, great! I got it working, well mostly. Now when I go to warn a user the warn box comes up and I put in the warning text. After hitting submit it goes to the next page and says this:
Please go back and fill in the reason for warning and then resubmit!
I checked the source on the page it looks correct:
<table cellpadding="4" cellspacing="1" border="0" width="100%" bgcolor="#cfd7e0"><tr>
<form action="/boards/warn.php" method=post>
<input type="hidden" name="action" value="insert_warn">
<input type="hidden" name="postid" value="xxxx"> "x'd out for security reasons"
<input type="hidden" name="userid" value="xxx">
<td bgcolor="#1B1B4B" align="center"><font face="arial, helvetica" size="2" color="#EEEEFF"><b>Warning ryanstest</b></font></td></tr><tr>
<td bgcolor="#879CB4"><font face="verdana,arial,helvetica" size="1" color="#000000">Reason for Warning:<br><input type="text" name="reason" value="" maxlength="100" size="30">
<!-- go button -->
<input type="image" src="images/new/go.gif" border="0"
align="absbottom"></td></tr><tr>
<td bgcolor="#B4C0CF"><font face="verdana,arial,helvetica" size="1" color="#000000">Send Warning PM to User? <input type="checkbox" name="dowarnpm" value="yes" CHECKED></td></form></tr><tr>
<td bgcolor="#879CB4" align="center"><font face="verdana,arial,helvetica" size="1" color="#000000"><a href="javascript:window.close();">[ Close Window ]</a></font></td></tr></table>
|