MyBB Community Forums

Full Version: Cannot moderating thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please help me, i want to moderate some threads on my forum, but it gets error.


[Image: 82PQzWk.jpg]
have you recently added any plugin which uses jQuery script - can we have your forum url
(2013-08-14, 02:38 AM).m. Wrote: [ -> ]have you recently added any plugin which uses jQuery script - can we have your forum url

I don't think so..
http://www.frixaid.com/forum

Sorry, it uses our own language
your forum is loading slow for me. anyway, it is loading jQuery thrice.

admin panel >> templates >> active theme templates >> ungrouped templates >> headerinclude

find code like below and remove it, save the template and check if the issue gets fixed.
(shoutbox should also start functioning)
<!--JQuery-->
<script type='text/javascript' src='/master/jquery/jquery.js'></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/twist-sd/jquery.js"></script>
   <script type="text/javascript">
     jQuery.noConflict();
   </script>
<!--JQuery-->