MyBB Community Forums

Full Version: After Update [1.8.13] Which Template Is Changed?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Due to which template Difference?
This Problem occurs? [That Irrevelant Box In Quick Reply]
Now, which template to revert? Or Fix?


[Image: IMG_20171111_174431.jpg]



[Image: IMG_20171111_180414.jpg]

Help Please ..!!
Due to which template Difference?
This Problem occurs? [That Irrevelant Box In Quick Reply And In Full Edit]
Now, which template to revert? Or Fix?


[Image: IMG_20171111_174431.jpg]



[Image: IMG_20171111_180414.jpg]

Help Please ..!!
That should be postbit_quickreply template
If you want to see all list of templates, then read this :-
https://mybb.com/versions/1.8.13/
Not Helpful Yet ..!!
But I made some what better.
Fixed It From Quick Reply. [How I Fixed It, See Below]

But Still Exist In Preview Post And New Thread. [See 2nd Pic In Very First Reply Of Thread ][How Can I Fix It? Or Which Template Need To Be Changed?]

[Image: Screenshot_2017_11_12_02_04_44_03.png]

What Changes I Made? To Fix It In Quick Reply:
Quote:showthread_inlinemoderation
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1800"></script>
<form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;">
<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" />
<select name="action">
{$standardposttools}
{$customposttools}
</select>
<input type="submit" class="button" name="go" value="{$lang->go} ({$inlinecount})" id="inline_go" />&nbsp;
<input type="button" class="button" onclick="javascript: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};
	
	})
	
// -->
</script><br />

 
var inlineId = {$tid};
// -->
</script>

To

var inlineId = {$tid};
	
	})
	
// -->
</script>

Now How To Fix It In Preview Post And New Thread. [See Very First Reply Of The Thread; In It 2nd Pic]