Quote:
03-19-03 at 01:40 AM Boofo said this in Post #887
Come on, guys, the answer has been in the thread for a while now. The search box at the bottom really works. 
Just add this where you want it in the replybox:
PHP Code:
<tr>
<td bgcolor="#1C5780" valign="top"><normalfont><b>Attach file:</b></normalfont><br>
<smallfont>Maximum size: $maxattachsize bytes</smallfont></td>
<td bgcolor="#1C5780" valign="top"><smallfont><input type="hidden" name="MAX_FILE_SIZE" value="$maxattachsize_temp">
<input type="file" class="bginput" name="attachment"><br>
Valid file extensions: $attachextensions</smallfont></td>
</tr></table>
|
I tried fixing it up a bit to make it look better.....
Put:
PHP Code:
<table width="100%">
<tr>
<td bgcolor="#1C5780" valign="top"><normalfont><b>Attach file:</b></normalfont><br>
<smallfont>Maximum size: $maxattachsize bytes</smallfont>
</td>
<td bgcolor="#1C5780" valign="top"><smallfont>
<input type="hidden" name="MAX_FILE_SIZE" value="$maxattachsize_temp">
<input type="file" class="" name="attachment">
<br>
Valid file extensions: $attachextensions</smallfont></td>
</tr>
</table>
Below:
PHP Code:
<tr valign="top">
<td>
<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea><br>
<smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td>