MyBB Community Forums

Full Version: Inline moderation error 1.8.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i've updated from mybb 1.8.8 to 1.8.9 and then to 1.8.10 recently and since mybb 1.8.9 i have the inline moderation error wich is really annoying Sad i don't know if anyone can really help me with this .. there is my headerinclude:
<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" />
<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=1809"></script>

{$stylesheets}
<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>[color=#333333]
in your headerinclude template change general.js?ver=1809
change 1809 to 1810 .

Edit: and also look at this thread https://community.mybb.com/thread-207403.html
(2017-01-17, 05:29 AM)iturdu Wrote: [ -> ]in your headerinclude template change general.js?ver=1809
change 1809 to 1810 .

Edit: and also look at this thread https://community.mybb.com/thread-207403.html

Thank you for the reply but ive already tried that and it didn't work :/
which theme you are using custom or default theme ?
(2017-01-17, 05:38 AM)iturdu Wrote: [ -> ]which theme you are using custom or default theme ?

Custom and its Flatty you can acess it from wogforum.fr tho its not finish
We can't assist any further without your URL.
I'm afraid you haven't got the required "powered by" message.

<span id="copyright">
	<!-- MyBB is free software developed and maintained by a volunteer community.
		It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
		to show your support for MyBB.  If you choose to remove or modify the copyright below,
		you may be refused support on the MyBB Community Forums.

		This is free software, support us and we'll support you. -->
	Crée par <a href="http://worldofgaming.fr/forum/index.php"_blank">BreadBanana</a>, &copy; 2016 <a href="http://worldofgaming.fr/forum/index.php" target="_blank">
	<br />
	<!-- End powered by -->
</span>