MyBB Community Forums

Full Version: Text Editor Overlap?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys

ok im having a prob of the text editor overlapping the bottom when people reply/create topics etc.

Ive done a search & tried this: http://community.mybb.com/thread-67303.html
5th reply down by Tim.B

It does fix the overlap but it disables the smileys (nothing happens when i click on them) it also removes the text options such as font/color/size etc Sad ?

any ideas?

Ta in advance Smile
no one knows then Sad ?
Anyone please Sad ?

Solved, this can be closed.
Mind sharing the solution?
in Templates > your template > New Reply Templates > newreply

change:

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

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

Do same for New Thread also, this worked for me Smile
tizdaz, i also did this for these templates:

- editpost
- privatesend

altogether, i modified the column width for:

- new thread
- new reply
- edit post
- private send

wonder if i've missed any other places where the text editor appears? hmm. i got the big ones. thanks so much for this advice! Smile