Hello,
I want to modify quickreply.tpl by adding to Quick Reply form:
- Subject line (with Re: )
- Add this thread to my Watched Topics checkbox.
I know, that this lines must be:
--------------------------------------------------
<tr>
<td class="alt-2">
<label for="Subject">{$lang.SUBJECT_TEXT}</label>
</td>
<td class="alt-1" valign="top">
<input type="text" name="Subject" id="Subject" maxlength="{$config.SUBJECT_LENGTH}" class="form-input" size="60" tabindex="1" value="{$Subject}" />
</td>
</tr>
--------------------------------------------------
and:
--------------------------------------------------
{$addtofav}
--------------------------------------------------
But i've lost in some variables to get [Re: $subject] and i can't show up checkbox.
Could you help me with first steps in UBB templates?
Thanks,
Alex.