MyBB Community Forums

Full Version: How can get rid of editor completely?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You know the good old fashioned http://gyazo.com/9139a57172b3767f9402abbfae20bf61

How can i completely remove it?
remove codebuttons variable from the reply etc templates.
Thank you know how can i make the textarea more wide its very narrow
try setting the textarea width to 100% in the template.
Thanks bro! how can i change the hover color around it when you're typing?
look for textarea focus or something like that in your css. If it isnt there, add it.

http://css-tricks.com/almanac/selectors/f/focus/
I meant like the border around it not fill in the thing?
The border is in the css. As is the focus (maybe).

If you click inside to type and it changes color around it; that is focus. if you just mean the border, go to global css, look for textarea and change the border color to match the background fill of the textarea.