Has anyone managed to put the subject/title onto Quick Reply? I have it on my VB 2.x site but can't seem to get it working on VB 3.
Adding this, from newreply, doesn't seem to work
Code:
<tr>
<td class="alt2"><b>Post subject:</b></td>
<td class="alt2"><input type="text" class="bginput" name="title" value="$title" size="40" maxlength="85" tabindex="1" /> <span class="smallfont">(Optional)</span></td>
</tr>
Cheers