MyBB Community Forums

Full Version: Inline moderation displays 0 in selection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, my inline moderation has problem. When I chose thread to moderate, it says that I selected nothing.

I didn't find solution. Thank you if you could help me.

Link of my forum : forum-hydrasia.epizy.com
Version : 1.8.14
Test account : Test | Passsword : test123

Ps : I know that there is a special thread for that, but I tried and it doesn't work...
Exactly what MyBB version are you using?
I'm using MyBB 1.8.14. In fact, it's all the moderation system which is not working.
Can you paste your headerinclude template? The following in your headerinclude seems to need updating:

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1809"></script>

To the following I believe:

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1813"></script>
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<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=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1813"></script>
{$stylesheets}
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" /> 
<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 cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";
	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 = "{$mybb->settings['use_xmlhttprequest']}";
	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>

This is my headerincluee, I tried to change 1809 to 1813 but it does nothing :/
Template looks fine. I believe it's your theme that's causing the problem. Try on MyBB's default theme, I have a feeling that might work. If so, contact your theme developer.
I tried, but it didn't work :/
Go to: ACP --> Tools & Maintenance --> File Verification. Let me know the output. Please ignore anything in the install folder and any images.
It says : "There was a problem communicating with the MyBB server. Please try again in a few minutes." . I have the same problem with the update checker.
Can you check your PHP Info (ACP --> Tools & maintenance --> PHP Info) and see if curl and fopen is enabled?
Pages: 1 2