MyBB Community Forums

Full Version: Customize Templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I has trying to change the new thread template so that the "Your Message" line for the text box would say "Your Question". I was template editor in the admin section. The script is below. I was trying the replace (your_message) with (your_question) but when I did the forum were it said "Your Message" would be blank. How can I do this? MyBB version is 1.6.7
My web site is www.autowebrepair.com

<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>

Thanks
Cary York