MyBB Community Forums

Full Version: Removing Auto formatting in myBB when copy/paste
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to disable the function of automatically keeping the formatting when you copy/paste a post into the mybb editor?

At least I am pretty sure there's a way - I've seen it on other myBB websites, but I'm not entirely sure how to do it myself.
I would really like to know this as well. It is a mess of note, especially viewing it in tapatalk.
You have to use a different editor. The default editor is garbage and I hate it. I use a different one.
A little late answer, but here is how to remove formatting when pasting in sceditor :

1. Download this sceditor plugin and save it to jscripts/sceditor/plugins/

2. Open Admin CP -> Templates & Style -> Templates -> (your theme templates)
3. In the list of templates, go down to Ungrouped Templates -> codebuttons
4. At the top add this line (below the line containing: "... plugins/undo.js "):
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/plaintext.js?ver=1821"></script>

5. Change this line:
plugins: "undo",

to:
plugins: "undo,plaintext",