its there, could it be a template problem?
PHP Code:
<tr>
<td bgcolor="{secondaltcolor}" nowrap><normalfont><b>Thread ID:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="pthreadid" value="$postinfo[threadid]" size="40" maxlength="85"></normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" nowrap><normalfont><b>Author ID:</b></normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont><input type="text" class="bginput" name="userid" value="$postinfo[userid]" size="20" maxlength="85"> $postinfo[username] </normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" nowrap><normalfont><b>Editable by (and higher):</b></normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont><input type="radio" name="editable" $editable[4] value="4">Author (no timelimit)| <input type="radio" name="editable" $editable[1] value="1">Author | <input type="radio" name="editable" $editable[2] value="2">Moderators |<input type="radio" name="editable" $editable[3] value="3">Supermods | <input type="radio" name="editable" $editable[0] value="0">Admins</normalfont></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" nowrap><normalfont><b>Date/Time:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="text" class="bginput" name="datetime[mday]" value="$datetime[mday]" size="1" maxlength="2">.<input type="text" class="bginput" name="datetime[mon]" value="$datetime[mon]" size="1" maxlength="2">.<input type="text" class="bginput" name="datetime[year]" value="$datetime[year]" size="3" maxlength="4"> - <input type="text" class="bginput" name="datetime[hours]" value="$datetime[hours]" size="1" maxlength="2">:<input type="text" class="bginput" name="datetime[minutes]" value="$datetime[minutes]" size="1" maxlength="2">
</normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" nowrap><normalfont><b>IP Address:</b></normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont><input type="text" class="bginput" name="ipadd" value="$postinfo[ipaddress]" size="40" maxlength="85"></normalfont></td>
</tr>
there is my admineditpost template. one of my other admins just pointed this out to me, but my forums is vB 2.3.2 is this hack compatible?