MyBB Community Forums

Full Version: Inline Moderation not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm over at www.slaveryreport.com trying to use my inline moderation tool to 'junk' a few spam threads. I select the threads, scroll down, and they aren't checked and when I click the button it says nothing is selected or my moderation time has timed out.

Some stats:

MyBB Version 1.6.11
PHP Version 5.3.27
SQL Engine MySQLi 5.5.32
Server Load 12.77

Thread view mode: Linear.
Often times adding jQuery will break JS based items. Try removing the jQuery code reference in your templates and see if inline moderation starts working. If so, then you need to resolve the conflict via the .noConflict() directive for jQuery.
This has been corrected.
Re-approved paveman's suggestion above Smile
Fixed! Thanks! Smile
What did you do to fix this as I am having the same issue.
I had a jQuery code somewhere in one of my templates, I just removed it since there was nothing needed it to begin with (I was doing some testing with some things that never worked out). If you actually need jQuery then you need to make sure it doesn't conflict with your mybb code you have to do what the guy above said.