MyBB Community Forums

Full Version: Unable to Permanently Delete Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Website: https://www.teraforums.co.uk
Screenshot: http://imgur.com/wdBWurG

I am unable to check checkboxes and take action against any threads. If you need Admin access, comment and I'll see if I will let you

UPDATE: It was just the theme. Nevermind.
which theme you are using ?
have you checked if the inline moderation works fine on MyBB's default theme ?
(2016-04-22, 11:57 AM).m. Wrote: [ -> ]which theme you are using ?
have you checked if the inline moderation works fine on MyBB's default theme ?

It is SeCommunity's retheme. Is there anything I could add to make it work? Do you want login to the admin account for a closer look?
basically multiple loading of jQuery library should be avoided.
eg. jQuery.js & jQuery.min.js both should not be loaded
please note: by default MyBB uses jQuery.js
So what do I need to fix this? What should I delete / add?
you can remove jquery.min.js script loading code from headerinclude template (in ungrouped templates)
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
That worked! Thank you Smile