MyBB Community Forums

Full Version: MyBB Blocking other javascripts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You've got 4 javascript errors on your page:

Uncaught TypeError: object is not a function
Uncaught TypeError: object is not a function
Uncaught TypeError: Object [object DOMWindow] has no method 'addEvent'
Uncaught TypeError: Cannot call method 'init' of null

You've basically just added too many javascript files and they can't all work together. Your only real option is to remove them all and add them back one by one until you find which one is breaking it.
Pages: 1 2