otto
04-25-2003, 04:48 AM
of course, its me here again.. haha.
anyhow, here ya go. i like this :)
in showthread_replybox template:
find:
<tr>
<td bgcolor="{ tableheadbgcolor }" colspan="2"><normalfont color="{ tableheadtextcolor }" class="thtcolor"><b>Quick Reply</b></normalfont></td>
</tr>
under, add:
<tr>
<td bgcolor="{ secondaltcolor }"><normalfont><b>Post subject:</b></normalfont></td>
<td bgcolor="{ secondaltcolor }"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1"></normalfont> <smallfont>(Optional)</smallfont></td>
</tr>
simply template mod, but its useful (sort of). you should probably fix the secondaltcolor and corresponding color switching thingie (my first and second altcolors are the same color, so i dont have to worry about this).
otto
anyhow, here ya go. i like this :)
in showthread_replybox template:
find:
<tr>
<td bgcolor="{ tableheadbgcolor }" colspan="2"><normalfont color="{ tableheadtextcolor }" class="thtcolor"><b>Quick Reply</b></normalfont></td>
</tr>
under, add:
<tr>
<td bgcolor="{ secondaltcolor }"><normalfont><b>Post subject:</b></normalfont></td>
<td bgcolor="{ secondaltcolor }"><normalfont><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1"></normalfont> <smallfont>(Optional)</smallfont></td>
</tr>
simply template mod, but its useful (sort of). you should probably fix the secondaltcolor and corresponding color switching thingie (my first and second altcolors are the same color, so i dont have to worry about this).
otto