MyBB Community Forums

Full Version: Editor Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have some troubles with my editor and this is just in one template... I try to replace the editor.js but still not fixed anyone can tell me how I can fix it.

[Image: KmGfn.png]
(2011-04-10, 10:08 PM)AJS Wrote: [ -> ]http://community.mybb.com/thread-75337.html

AJS As I said before I try to replace editor.js but still doesn`t work just on DS-Light templates.
I have read that thread before and get that advices but still doesn`t work
I am using this one
http://mods.mybb.com/view/wysiwyg-editor
And it's working like a charm!
(2011-04-10, 10:23 PM)HD-RO Wrote: [ -> ]I am using this one
http://mods.mybb.com/view/wysiwyg-editor
And it's working like a charm!

I wont use the WYSIWYG EDITOR but I want to fix my editor Toungue
Edit the newthread and newreply templates.

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

Increase the columns, like this:
<textarea id="message" name="message" rows="20" cols="90" tabindex="2" >{$message}</textarea>