in some sites I own, I often have conflitcs between the mootools.js used by the templates, and the one used by modules or componants. In a first time, I thought I could just link all paths to the same file, but most of times the template and modules use a different version of mootools and it has never worked.
I thought too I could use the newer version of mootools.js, but it won't work too. So could someone explain me how to avoid this kind of conflict, cause I don't know how to ...
somewhere on the forums is a link to site that will show you the dependencies of any script you upload. What you need to find out is which mootools classes the template needs, and which ones the extension needs.. then go to mootools.net and download your own package. Put this new package into the template index.php file and remove all the existing mootools scripts.