MyBB Community Forums

Full Version: No MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i don't have any mycode on this template, but when i go to the Default template everything is normal...

[Image: esh4q5vvzk6xnpam2kn.png]
it is due to jQuery script conflict .. see solution here

Its Prototype and JQuery conflict. Add the following code inside the headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>
done, and working, thanks!