MyBB Community Forums

Full Version: Script compatibility?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to assist my friend with a few features on their website, the first mybb forum I've worked on, and I was wondering why some scripts work and others won't. For example, take a look at this page I slapped together for testings sake since I thought I was going insane the first few times of trying to plug this stuff into the forum, notice the way the mootools kwicks menu & javascript side menu features work properly: http://mysidia-rpg.com/testingthis.php

Now take a look at the way these features work on the forum, notice how the mootools kwicks slider doesn't slide at all and the side menu "click here for side menu" image refuses to pop back over to the left side when you open & close it...it just sits there out in the middle of the forum: http://mysidia-rpg.com/index.php

Does anyone know why this happens? From what they tell me it also happens with HTML & div coding from time to time and acts as if it has it's own language style which is...slightly annoying if that's the case. Before I jump to any conclusions though I'd like to see if anyone else has experienced the same problems like I've been hearing/seeing and if they have what the solution would be. Thanks.

Sounds like compatibility problems between the JavaScript libraries.
I've actually tried to test that out by backing up & removing all the externally linked js files from the file share(which make up most of the js they have on there) and the result was the same. After I did that I put them all back into the share & removed the js they had just plugged in via the header and nothing changed. That was my first initial thought though.
(2011-09-20, 11:28 PM)Steven Wrote: [ -> ]Sounds like compatibility problems between the JavaScript libraries.

But Steven , Can you explain me why these problems occcur wit hjavascript.
in general, java scripts & css links are to be used in headerinclude template (in ungrouped templates) ..
(2011-09-22, 09:48 AM)3magic1p4005013 Wrote: [ -> ]
(2011-09-20, 11:28 PM)Steven Wrote: [ -> ]Sounds like compatibility problems between the JavaScript libraries.

But Steven , Can you explain me why these problems occcur wit hjavascript.

http://docs.jquery.com/Using_jQuery_with..._Libraries

That should explain why.