MyBB Community Forums

Full Version: Post a new thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have just noticed that in the new topic,

that i am missing a few things here is a screen shoot.

http://i765.photobucket.com/albums/xx300...thread.png
-- appears to be already fixed --
find code similar to below in headerinclude template
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>

replace with below code and save the template
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Ok great thanks that worked great.