MyBB Community Forums

Full Version: Inline Post moderation not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I tick the boxes of the selected posts i want to delete, it doesn't add any numbers to the bottom box.

I therefore cannot delete selected posts.

Any thoughts?

Phil

www.vwcamperforum.co.uk
find code like below twice in the headerinclude template of the theme (ungrouped templates)
<script type="text/javascript">jQuery.noConflict();
jQuery(function($) { $(".close").click(function () {
  $(".avviso").fadeOut("slow");
  }); });</script> <script src="http://code.jquery.com/jquery-latest.js"></script>  

remove the duplicate and save the template. check if the referred issue gets resolved
if it doesn't then you can PM me temporary access to admin panel to check & fix the issue