err...yeah, i made a typo. anyway:
1) find this in template "newreply":
Code:
</tr>
$attachmentoption
$threadratingoption
</table>
</td></tr></table>
Replace with:
Code:
</tr>
$attachmentoption
$threadratingoption
<tr><td bgcolor="#F1F1F1" valign="top"><normalfont><b>Return to:</b></normalfont></td>
<td bgcolor="#F1F1F1"><select name="returntowhere" class="bginput"><option value="thread" selected>this thread</option><option value="forumdisplay">this forum</option><option value="forumhome">$bbtitle home</option></select><br><smallfont>After submitting reply, where do you want to go?</smallfont></td>
</tr>
</table>
</td></tr></table>
Done!