MyBB Community Forums

Full Version: Javascript errors on my page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So first off, there are javascript errors on my forum.
I've got some other scripts there too which I think is causing the JavaScript to get disabled.

http://xenano.net/forum/

The collapse / expand buttons ain't working, can anyone help me with that?

And if anyone could be really nice, I would like some help with that menu up there too, it should be flashy lines under it... (check the other pages)
ACP > Templates > Your theme's templates > Ungrouped Templates > In header include template, add the following code;
<script ="text/javascript">
jQuery.noConflict();
</script>
Thanks, but still not working :/
I see you're using Mootools from your source. MyBB by default uses Prototype, so there's a conflict between the use of $ in both libraries. See here: http://stackoverflow.com/questions/17903...-prototype

Afraid I can't be of much more help as I've never tried Mootools myself.
By removing that it kind of helped the collapsing stuff Big Grin
But... the menu ;(