here you go
<form $enctype action="newreply.php" name="vbform" method="post" onSubmit="true">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="postreply">
<input type="hidden" name="threadid" value="$threadid">
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td width="18%" bgcolor="{secondaltcolor}" valign="top"><normalfont><b>Fast Reply:</b></normalfont>
<smallfont>
</smallfont>
</td>
<td width="82%" bgcolor="{secondaltcolor}">
<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2">$message</textarea>
</td>
</tr>
$logincode
<tr>
<td bgcolor="{secondaltcolor}" width="18%"><normalfont><b>Subject:</b></normalfont><smallfont> (Optional)</smallfont></td>
<td bgcolor="{secondaltcolor}" width="82%"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1">
<SELECT name=iconid> <OPTION selected value=0>No icon</OPTION> <OPTION value=1>text</OPTION>
<OPTION value=2>arrows</OPTION> <OPTION value=3>idea</OPTION>
<OPTION value=4>Alert!</OPTION> <OPTION value=5>Questins</OPTION>
<OPTION value=6>DNF</OPTION> <OPTION value=7>Smile</OPTION>
<OPTION value=8>mad</OPTION> <OPTION value=9>

</OPTION>
<OPTION value=10>smile-32</OPTION> <OPTION value=11>shuffle</OPTION> <OPTION value=12>wink</OPTION>
<OPTION value=13>Down</OPTION> <OPTION value=14>Up</OPTION></SELECT>
<input type="submit" class="bginput" value="Send" accesskey="s" tabindex="3"></normalfont>
<br><input type="checkbox" name="signature" value="yes" $signaturechecked><smallfont> <b>Show Signature:</b> include your profile signature. Only registered users may have signatures.
</smallfont></td>
</tr>
</table>
</td></tr></table>
</form>
i got the quick reply to show up under the the threads already.