MyBB Community Forums

Full Version: 2 Issues - Can't drag Custom perms bar + Editor missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Didn't want to make two separate threads so putting this together.

Can't drag Custom Permission bars -

[Image: 2dUlH.png]

I was able to use it yesterday night, and when I got on today, none of my staff including me can drag it. Any fix?



Editor gone missing once again -

[Image: 8SM6q.png]

I had this issue before but I added:
<script type="text/javascript">jQuery.noConflict();</script>

and that fixed it. But just today, it disappeared again, and the code is still there.

This is the whole codebuttons template:
<script type="text/javascript" src="jscripts/editor.js?ver=1600"></script>
<script type="text/javascript">jQuery.noConflict();</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>

Thanks for your help!
Could you provide your forum URL & a testing account please? Smile
Are you using cloudflare? Try disabling rocketloader.
This has been fixed, thanks to Vernier.

Appreciate the help.
What was the fix?
Tbh, I don't know. Rocket Loader seemed to be disabled already. So I guess time? Maybe was server and the DNS had to update. Vernier told be to disable Rocket Loader, and when I told my System Administrator to do so, he told me that it was already disabled. And when I went back on the forum, it fixed itself.