MyBB Community Forums

Full Version: WYSIWYG Editor help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I found this link: http://mybb.fr/thread-1575.html

It's talking about integrating NicEdit http://nicedit.com/ into MyBB.

But it's in french, and I can't translate it with Google translate as an error came up saying it doesn't allow proxy sites.

Could anyone translate it somehow and re-post it here? I would greatly appreciate it.
Or this, quite professional.

https://github.com/samclarke/SCEditor-MyBB
Can you please upload the file here? I need to register to download that plugin.

anyways. Since what i understand, it is a plugin. So it must have a language file Smile

So just go to inc/languages/NAMEOFPLUGIN.lang

And edit it Smile

If you want to translate the INTEGERATION process then here it is:

Edit the following templates: 'newreply','newthread' ,'private_send' & 'editpost'

Add this below {$headerinclude}


&lt;script type="text/javascript" src="nicEdit/nicEdit.js"></script> &lt;script type="text/javascript">
//<![CDATA[
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
//]]>
</script>

& remove this line:

{$codebuttons}

I dont really know if I am 100% right Big Grin but you can take a risk since you can always revert templates Big Grin
You better use Sam Clarke's SCE editor as suggested as it works perfectly well with the latest version of Mybb. CKEditor has a problem that attachments wont show up inside posts when you click the button insert attachment into posts.
I currently use SCE Editor and a demo can be found at my site but unfortunately you would need to register.