MyBB Community Forums

Full Version: SCEditor and inline moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The SCEditor isn't showing up in new reply, new thread, or anywhere it should and the inline moderation isn't working (when click the check mark the row doesn't change to it's red color and it isn't counted at the bottom in it's counter). Here is my headerinclude:

{$stylesheets}
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1806"></script>
<link href="http://fonts.googleapis.com/css?family=Roboto:400,500,400italic" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<script>
	jQuery(function() {jQuery('blockquote:has(blockquote)').each(function(a,b) {
   quote = jQuery(this).parent('blockquote').children('blockquote').first()
   quote.html("<div><div class=\"spoiler_header\">Too Many Quotes <a href=\"javascript:void(0);\" onclick=\"javascript:if(parentNode.parentNode.getElementsByTagName('div')[1].style.display!='block')parentNode.parentNode.getElementsByTagName('div')[1].style.display='block';this.parentNode.style.display='none';\">(Click to View)</a></div><div class=\"spoiler_body\" style=\"display: none;\">"+quote.html()+"</div></div>")
})});
</script>
<script type="text/javascript">
	lang.unknown_error = "{$lang->unknown_error}";

	lang.select2_match = "{$lang->select2_match}";
	lang.select2_matches = "{$lang->select2_matches}";
	lang.select2_nomatches = "{$lang->select2_nomatches}";
	lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
	lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
	lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
	lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
	lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
	lang.select2_loadmore = "{$lang->select2_loadmore}";
	lang.select2_searching = "{$lang->select2_searching}";

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "1";
	var my_post_key = "{$mybb->post_code}";
	var rootpath = "{$mybb->settings['bburl']}";
	var imagepath = "{$theme['imgdir']}";
  	var yes_confirm = "{$lang->yes}";
	var no_confirm = "{$lang->no}";
	var MyBBEditor = null;
	var spinner_image = "{$theme['imgdir']}/spinner.gif";
	var spinner = "<img src='" + spinner_image +"' alt='' />";
	var modal_zindex = 9999;
</script>
what is your forum url & which theme you are using ?
you can try commenting out the script tag related to blockquote and check if it fixes the issue !
ForumRoot also the new subforums being added aren't showing up, I changed the value for subforums allowed to 30 and we have about 8, not sure why they wouldn't be showing. Also I reuploaded the bbcodes_sceditor, jquery.sceditordefault.min.css and jquery.sceditor.bbcode.min.js after a buddy of mine suggested it. As for the them custom, I made it.
basically it looks like a problem with rocket loader from cloudflare. disable it & check
if auto minify is used then disabling it is also recommended !