MyBB Community Forums

Full Version: Posting Textarea
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I only registered to post this lol. Im using the dark fusion theme. Anyways i managed to solve my problem by using both the techniques stated in here.

1. Upload this file to j scripts [attachment=17922]

2. Edit your theme in these to places
New Reply Templates/new reply
New Thread Templates /new thread

find this part

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

and replace with

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

that should work but make sure you do it to both templates

Hope this helps

Risk
It did work on the new thread template, didn't work on the quick reply

Thanx Risk !
I was having the same problem too, now fixed but its the same problem in Compose a Private Message, the script isnt the same as the post message box. Anyone know how to fix it?
Pages: 1 2 3