MyBB Community Forums

Full Version: Add wwyisg editor in quick edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering is there a way to add the same default wwyisg editor into the quick edit?
I believe this mod should do the trick - http://mods.mybb.com/view/mybb-wysiwyg-editor
There is no MODs.

Just grab yourself an editor (Just google for one) you can get many of them. Follow their instructions, upload the JS & CSS to your server.

Go to YOUR THEME -> Templates -> New Reply -> newreply

Remove the mybb Javascript:

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/editor.js"></script>

& This line:

{$codebuttons}

Now in this tempalte, just below {$headerinclude} include your CUSTOM Editor's JS & CSS Files & Call it the javascript (See the editors documentation) to change the textarea.

Please note that Textarea's ID & name should be "message".

So you will probably call the JS as someeditor.changearea('#message') => JUST EXAMPLE!

Good luck Smile
Yes, there is a mod.
The latest (dev) version of SCEditor has this Big Grin
https://github.com/samclarke/SCEditor-My...master.zip
I tried that SCEditor thanks for shraing but not really a big fan of it. The icon thumbnails are not 'familiar' they are odd.. the arrangment is odd a tiny bit but not so much.. but worse of all the editing of posts is akward... it shows a rendered html output but you cant select images for example.. have to click on 'source button'.

Would confuse alot of users.