MyBB Community Forums

Full Version: Inline Thread Moderation Not Working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i have a problem with my mybb 1.8.15, 
Look like this.
When i tick the checkbox no command n "Inline Thread Moderation" i follow the steps to this post
https://community.mybb.com/thread-206896.html nothings happened.
[Image: 4jYV8Eb.png]

this is my url https://onhacked.xyz/
Show me your "showthread_inlinemoderation" & "forumdisplay_inlinemoderation" template code.
(2018-04-23, 11:30 PM)effone Wrote: [ -> ]Show me your "showthread_inlinemoderation" & "forumdisplay_inlinemoderation" template code.

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="modtype" value="inlinepost" />
<span class="smalltext"><strong>{$lang->inline_post_moderation}</strong></span>
<select name="action" id="inlinemoderation_options_selector">
{$standardposttools}
{$customposttools}
</select>
<input type="submit" class="button" name="go" value="{$lang->go} ({$inlinecount})" id="inline_go" />&nbsp;
<input type="button" class="button" onclick="inlineModeration.clearChecked();" value="{$lang->clear}" />
</form>
<script type="text/javascript">
<!--
	var go_text = "{$lang->inline_go}";
	var all_text = "{$threadcount}";
	var inlineType = "thread";
	var inlineId = {$tid};

	$("#inlinemoderation_options_selector").change(function() {
		$("#inlinemoderation_options").submit();
	})
// -->
</script><br />


<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1813"></script>
		<form action="moderation.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="fid" value="{$fid}" />
<input type="hidden" name="modtype" value="inlinethread" />
<span class="smalltext"><strong>{$lang->inline_thread_moderation}</strong></span>
<select name="action">
	<option value="delayedmoderation">{$lang->delayed_moderation}</option>
	{$standardthreadtools}
	{$customthreadtools}
</select>
<input type="submit" class="button" name="go" value="{$lang->inline_go} ({$inlinecount})" id="inline_go" />&nbsp;
<input type="button" onclick="inlineModeration.clearChecked();" value="{$lang->clear}" class="button" />
</form>
<script type="text/javascript">
<!--
	var go_text = "{$lang->inline_go}";
	var all_text = "{$threadcount}";
	var inlineType = "forum";
	var inlineId = {$fid};
// -->
</script>
<br />
Its likely to be a jquery conflict to me.
Try removing the custom scripts (what additional scripts the theme has included) from your site to identify which script is causing this.

Also I would like to encourage you to go through this thread at first.
(2018-04-24, 12:03 AM)effone Wrote: [ -> ]Its likely to be a jquery conflict to me.
Try removing the custom scripts (what additional scripts the theme has included) from your site to identify which script is causing this.

Also I would like to encourage you to go through this thread at first.

Nothing's Happen, help me, i pm you my details.

i leave a message to you, please review it.

Anyone help me with my problem?