MyBB Community Forums

Full Version: Why does this mod break my forums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do you know why this mod breaks my UPC?

http://mods.mybb.com/view/side-boxes-plus-2

It breaks this:

http://charrgaming.com/forums/User-Ragnar48#contact

Can't show contacts / overview / stats / others etc.

When I deactivate it then they work fine but it disables my current boxes
JQuery Conflict more than likely.

Admincp -> Templates & Style -> Templates -> Your Theme's Templates -> Ungrouped Templates -> headerinclude

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

Replace with:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script type="text/javascript">jQuery.noConflict();</script>
Done ;/ doesn't work
Fixed this issue, he had 3 instances of jQuery.