MyBB Community Forums

Full Version: Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I Am Having Problems With The Editor
Screen Shots Below:
[Image: 3779032_orig.png?0]

[Image: 9887252_orig.png?0]
Try reinstalling it or changing to the onyx editor theme.
http://community.mybb.com/thread-128334.html

Smile

Also, you're probably about to be denied support based on your site name.
Disable rocketloader in Cloudfare.
(2012-10-27, 06:31 PM)euantor Wrote: [ -> ]Are you by any chance using cloudflare? If so, disable Rocket Loader.
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
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!
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>