MyBB Community Forums

Full Version: [1.6.x] Fix Editor & TextArea
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
Use your Google Chrome, then press F12. I think your problem is not related about Editor Size. It's about confliction between prototype and jQuery. Now, go ahead in headerinclude, add a script like: jQuery.noConflict(); before </head>

You can search GG or this site about that problem.
Does anyone know if there is an IE fix for this?
(2010-08-06, 01:11 PM)Warmonger Wrote: [ -> ]If your like me you'd hate for your forums to not look half way decent. If you get sick and tired of looking at this, with the text area all hanging out of the editor, then scroll down.

Worked flawless for me. You can read from my post Box you type in incorrectly positioned what issues I was having. Vernier was kind enough to refer this tutorial to me. It worked just perfect on Google Chrome, FF, and IE only doing the OPs edits to the jscripts file. Big Grin
I have edited my editor.js and once I transfer it to the FTP and reload the page it looks Perfect

http://i.imm.io/TmP7.png

Once I reload the page for a second time it then looks like this

http://i.imm.io/TmPw.png

I have been trying loads of different things for ages and can not seem to fix it.

Any help?
(2013-01-19, 03:40 PM)Nickd1066 Wrote: [ -> ]I have edited my editor.js and once I transfer it to the FTP and reload the page it looks Perfect

http://i.imm.io/TmP7.png

Once I reload the page for a second time it then looks like this

http://i.imm.io/TmPw.png

I have been trying loads of different things for ages and can not seem to fix it.

Any help?


The following code helps you adjust the size of editors background where you see the bold and other similar options.

w = "550px";
h = "300px";

The following code can be edited to adjust the input box where you type in the message.

textInput.style.height = "229px";
textInput.style.width = "544px";

Hopefully this will make it easier for you change around the size and fix your problem.
(2013-01-21, 03:21 AM)Adobe Wrote: [ -> ]
(2013-01-19, 03:40 PM)Nickd1066 Wrote: [ -> ]I have edited my editor.js and once I transfer it to the FTP and reload the page it looks Perfect

http://i.imm.io/TmP7.png

Once I reload the page for a second time it then looks like this

http://i.imm.io/TmPw.png

I have been trying loads of different things for ages and can not seem to fix it.

Any help?


The following code helps you adjust the size of editors background where you see the bold and other similar options.

w = "550px";
h = "300px";

The following code can be edited to adjust the input box where you type in the message.

textInput.style.height = "229px";
textInput.style.width = "544px";

Hopefully this will make it easier for you change around the size and fix your problem.

My original problem is still not fixed, anyone else got any ideas.
I downloaded your editor.js and put it in my FTP, but then the bar above the answer with fonts and all just disappearead, therefore i put again the editor.js from install, but it is still the same Sad
Anyone help ? (my forum http://vdrjforum.cu.cc/ )
Edit: Tried the fixed version you gave on page 5, still the same result :/
Any help plz ?
Thanks mate, preciate it works just perfect.
(2013-02-25, 05:29 PM)75Alex Wrote: [ -> ]Any help plz ?

Its probably JS Conflict.
http://community.mybb.com/thread-135747.html
Pages: 1 2 3 4 5 6 7 8 9 10