MyBB Community Forums

Full Version: add text box?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<span style="font-size:8px;"><strong>Remember:</strong> Use [spoiler]test[/spoiler] tags to hide spoilers or any content. Failure to apply may result in a blacklist or closed account.</span>
http://prntscr.com/80zim8

I want to add a info box above "Your Message" with the code above.
in the newthread template of the theme find code starting with <textarea and add your required content above it (like below)
<span style="font-size:8px;">_____________</span>
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
Please make sure you have all the input required to edit this template (tid and sid)

what does this mean?
^ which theme you are using and can we have your forum url
http://bbland.tk

also when i update the template i get a 406 error and does not save.
^ contact web host and ask to remove additional security they have added (eg. mod_security / suhosin ..)