Quote from: peterruiter at Feb 15, 2008, 06:57 AM
There seems to be some conflict issues when used with MaxiGallery on the same page.
Instead of results showing the whole page is loaded into the place the results should be in.
The problem seems to relate to the javascript library Maxigallery uses when the embedtype is set to "slimbox" or "lightboxv2".
Umm. I had the same problem, because i initially used another version of mootools. This behavior occurs when the parameters aren’t correctly sent with the AJAX Request.
I just had a look at maxigallery and it seems like it comes with various bundled JS libraries... This could cause lots of problems, especially if prototype and mootools are being used side by side or with other mootools bundles. Maybe you should try calling it with the parameter:
&disable_js_libs=`1`
This was one of the main reasons i put most of the JS code into an external file in release 0.2. That way somebody could change the file (script/EasyPollAjax.js) to make it work with prototype or any other JavaScript library.
I’ll try to separate snippet and JS even more in the next release, so that porting the snippet to another JS lib can be done by only altering the mentioned file. Additionally i will add a parameter that will allow you to run the Snippet without the whole AJAX functionality (which it does already, but only if you disable JavaScript in your Browser).
Hope that helps and thanks for testing