MyBB Community Forums

Full Version: My plus signs to open my forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My + and - signs to drop open the subjects on my main page wont work! I had it working with a simple code added to the header, but changed my theme and didnt save the code. If i remember correctly it was a java code telling to ignore conflict! please help!
If you are running JQuery on your MyBB theme you need to add jQuery no conflict in your headerinclude AFTER the JQuery has loaded.
<script>Your JQuery</script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Exactly what I was looking for !!!! Thanks
+1 for you!