MyBB Community Forums

Full Version: post box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: help.png]

my post box is out of place every theme i tried its the same way
That happens to me too, i looked through my CSS and template, Best bet would go to ACP -> template and themes -> templates -> new reply templates -> newreply and check out the code below {$posticons}

Thats all i know, probably someone else can help more Sad

or try polar's help below.
In your themes settings try changing the editor to Office 2007.
In the newreply and newthread templates find:
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
Inline find:
cols="70"
Replace with:
cols="90"
The editor itself is too narrow, thus causing the justify button(go figure) to move down, thus causing the post box to move down.

Try the Office 2007 Editor. Maybe there's something wrong with your copy of the editor
(2010-08-02, 11:14 AM)AJS Wrote: [ -> ]In the newreply and newthread templates find:
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
Inline find:
cols="70"
Replace with:
cols="90"

how do u do this i'm new to mybb


i put 90 as cols and i see no difference