MyBB Community Forums

Full Version: Collapse&expand buttons don't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, they are unclickable for all of users of my forum.

Link to forum
In headerinclude template, find this;
<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>
and add the following code just after that;
<script type="text/javascript">jQuery.noConflict();</script>
Edit: not seen Yaldaram's response Smile

there appears to be a jQuery conflict. you need to find where jQuery is used AND modify it.
it is discussed at many topics on this community, can be found by searching with jquery (eg.)
Didn't help, still don't work.
It's already calling jQuery.noConflict 7 times (!) there, so I don't think this will help. But maybe that's the problem, that you're calling so often noConflict and also loading jQuery twice.
Where could i change it? Sorry, quite noob in MyBB...

Edit: fixed myself.
Hi Kristo,

Your site doesn't meet the support eligibility requirements. You will not be able to receive support here until you revert back to the MyBB minimum copyright message.