MyBB Community Forums

Full Version: Post Preview Erases text in textarea
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever someone clicks "preview post" on my board, the preview shows up fine but then the text-box below is empty. I personally have my browser set to save the text if I hit the back button bit it creates a problem for users who don't have that enabled.

Any suggestions?
Check so that the template is intact.

Template sets -> Your theme -> New Reply Templates -> newreply

Should be something like

<textarea id="message" name="message" rows="30" cols=80" tabindex="2" >{$message}</textarea>

With $message, else it's messed up by a plugin or a modification to the newreply.php.
Haha! Thanks SO MUCH. oh my gosh! Somehow I deleted the {$message} from between the textarea tags. Lifesaver! (because members usually post length posts with pretty html tables so they like to preview first).

Smile