2013-08-14, 02:06 AM
2013-08-14, 02:38 AM
have you recently added any plugin which uses jQuery script - can we have your forum url
2013-08-14, 02:43 AM
(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
2013-08-14, 03:17 AM
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)
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-->