Quote from: ZAP at Feb 22, 2007, 11:39 AMYes, I remember you feature request and I did the &disable_js_libs parameter to RC1 to disable the including of MooTools, scriptaculous and prototype. This is to be used when you already have mootools.js for example in your site template.
Quote from: doze at Feb 22, 2007, 11:15 AM
...The default template in MODx has MooTools 1.0 icluded, MaxiGallery adds one more and QuickEdit adds a third one...
Hey there, doze. This reminds me of another minor feature request that I made a while back (and I don’t think has been implemented). How about adding a parameter like reg_scripts=`false` to completely bypass the MaxiGallery script addition functions? I prefer to add my scripts manually to my template files, and this also makes it easier to use non-standard presentation packages with MaxiGallery. Plus it would keep triple-scripting like this from happening...
There are actually bunch of other feature requests from you in this release too.. check it out man!
Aha! I figured you would’ve mentioned that here if you’d already added the feature, but that just goes to show once again what happens when you ass|u|me. Thanks for taking care of that!
[[MaxiGallery? &display=`embedded` &embedtype=`lightboxv2` &pics_in_a_row=`3` &max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`]]
<div class="menu"> [[Wayfinder? &startId=`0` &level=`3` &parentRowTpl=`cssplay_revParentRow` &cssTpl=`cssplay_ultdrop`]] </div>
It’s because in your CSS, your .menu class has a z-index of 100 what is more than the lightbox overlay (90). So decrease the z-index in your .menu class or increase it for lightbox #overlay id.
And if you are using 0.5 RC1, it’s &pics_per_row and not &pics_in_a_row..
Quote from: doze at Feb 25, 2007, 02:24 PM
And if you are using 0.5 RC1, it’s &pics_per_row and not &pics_in_a_row..
could this not be made backwords compatible? if I now update from an older version that I need to redo all my tags.
This discussion is closed to further replies. Keep calm and carry on.