MyBB Community Forums

Full Version: Solutions for Missing Mycode Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^^^ absolutely.
I know this is an older thread, but I'm having this issue as well. I think I've narrowed it down to the code buttons being missing (checked everything else and it seems fine), but I don't see a code buttons folder to upload..

Where can I get it?
^ see this guidance => Missing MyCode (BBCode) Editor
bbcodes_sceditor.js?ver=1819:21 Uncaught TypeError: Cannot read property 'plugins' of undefined
at HTMLDocument.<anonymous> (bbcodes_sceditor.js?ver=1819:21)
at i (jquery.js?ver=1819:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1819:2)
at Function.ready (jquery.js?ver=1819:2)
at HTMLDocument.K (jquery.js?ver=1819:2)
(anonymous) @ bbcodes_sceditor.js?ver=1819:21
i @ jquery.js?ver=1819:2
fireWith @ jquery.js?ver=1819:2
ready @ jquery.js?ver=1819:2
K @ jquery.js?ver=1819:2
myalerts.js:11 Uncaught TypeError: bodySelector.on is not a function
at new MyAlerts (myalerts.js:11)
at HTMLDocument.<anonymous> (myalerts.js:64)
at Object.resolveWith (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.C (jquery.min.js:2)
MyAlerts @ myalerts.js:11
(anonymous) @ myalerts.js:64
resolveWith @ jquery.min.js:2
ready @ jquery.min.js:2
C @ jquery.min.js:2
Another issue that causes MyCode Editor to not show up is using tools that block scripts in your browser by default.

For example, using FireFox and NoScript will block scripts in your MyBB forum by default, and that will cause MyCode Editor to not work.


In that case the solution is to add your MyBB forum to the "whitelist" of scripts that shouldn't be blocked, i.e. set your MyBB forum to "trusted", as shown in the screenshot.

[attachment=41970]
Pages: 1 2