Well if you want to do this without hacking the code you could do something like this... this way the user can change the title but if they leave the default it looks organized...
Code:
On the 'newreply' template find:
<INPUT TYPE="text" NAME="title" VALUE="$title" SIZE=40 MAXLENGTH=85>
and replace it with:
<INPUT TYPE="text" NAME="title" VALUE="Re: $threadtitle" SIZE=40 MAXLENGTH=85>
[Edited by stv on 05-30-2000 at 02:55 PM]