MyBB Community Forums

Full Version: Inline Moderation not working on Mybb 1.8.20!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi. after update to MyBB 1.8.20 the Inline Moderation not working. I checked all fix in this forum but my problem not fixed.
what is your forum url & which theme you are using ?
Find and remove all the instances of:
	<script type="text/javascript">
		$(".author_avatar img").error(function () {
			$(this).unbind("error").closest('.author_avatar').remove();
		});
	</script>
from all of your templates.

Refer this:
https://github.com/mybb/mybb/pull/3516/files
(2019-03-03, 03:51 PM)effone Wrote: [ -> ]Find and remove all the instances of:
 <script type="text/javascript">
 $(".author_avatar img").error(function () {
 $(this).unbind("error").closest('.author_avatar').remove();
 });
 </script>
from all of your templates.

Refer this:
https://github.com/mybb/mybb/pull/3516/files
thanks! where I find this script code?
i changed headerincloud codes by new version and it fixed.