
02-09-2010, 11:32 AM
|
|
|
Join Date: Aug 2005
Location: Maine
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dartho
Edit the newreply template and replace
HTML Code:
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea>
with
HTML Code:
<vb:comment><textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">{vb:raw newpost.message}</textarea></vb:comment>
{vb:raw messagearea}
|
Thanks dartho!
|