MyBB Community Forums

Full Version: MyShoutbox says Loading...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been using this for a while now and all of a sudden it just says loading and I've reinstalled the shout box, i've changed theme everything

Here is my forum:www.ultimategamingforums.co.uk

Hope you can help
It has to do with jquery, but not sure how it works. It happens more often and always comes back to a conflict between jquery and that.

Try removing this line from your headerinclude:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript">


If that doesnt work try adding this line:

<script type="text/javascript">jQuery.noConflict();</script>

Below:

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
You've created 8 threads regarding this issue. You don't need to create one every week.