2012-10-28, 12:47 PM
2012-10-28, 12:52 PM
Try reinstalling it or changing to the onyx editor theme.
2012-10-28, 12:53 PM
http://community.mybb.com/thread-128334.html

Also, you're probably about to be denied support based on your site name.

Also, you're probably about to be denied support based on your site name.
2012-10-28, 12:53 PM
Disable rocketloader in Cloudfare.
2012-10-28, 12:54 PM
(2012-10-27, 06:31 PM)euantor Wrote: [ -> ]Are you by any chance using cloudflare? If so, disable Rocket Loader.
2012-10-29, 07:53 PM
Just a quick note that disabling Rocket Loader will likely fix this. If you want to keep Rocket Loader on, however, you might want to see if creating a PageRule to exclude features from urls helps. Information about PageRules: http://blog.cloudflare.com/introducing-p...feature-co
2012-11-02, 06:24 AM
I dont use cloudflare But we have the same situation my editor got broken after I fix the [undefined=undefined] editor issues with Firefox 16.1.. omg!
2012-11-02, 09:23 AM
Please check that you have the script tags closed in the codebuttons template :
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>