MyBB Community Forums

Full Version: Inline Post Moderation - headerinclude template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I upgraded forum to v1.8.5 for fewdays.

Well, really not care about Inline Post Moderation & Inline Thread Moderation =)) But than, when I tried to delete a post, I selected it, but Inline Post Moderation show nothing because "Go(number)" still "Go(0)". OMg.

I searched for hours and I think it because Theme Conflict problem. Point is I really don't want to change my template.
So, I used "Find Updated Template" and I edit them all.

After edited them all, "Inline Thread Moderation" work well. But "Inline Post Moderation" still the same, still Go (0).

Anyone can help me? Please?

And this 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" />
<link href='http://fonts.googleapis.com/css?family=Metamorphous' rel='stylesheet' type='text/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=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script> 


{$stylesheets}
<script type="text/javascript">
<!--
	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 = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}