is there a box-script that doesn’t conflict with mootools effects that are on page already? I mean my accordeon stops working on pages with those gallery boxes...I tried all of the provided scripts with the latest MaxiGallery Beta.
thanks
Slimbox uses mootools, but if you already have mootools on your page, maxigallery includes another copy of it so they will probably collide. You could edit the regClientScripts function to not include the mootools lib even if slimbox is used.. Or you could make your own embedtype parameter (eg. write just anything as the value), then do a custom template that does the same what it does when slimbox is used (eg. look at the default template what is done if embedtype is slimbox)..
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
thanks dose!
I’ll try and report back if I’m lucky.