We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12379
    • 460 Posts
    Trying to suppress Lightbox frameworks here so I can implement a jQuery Lightbox but &disable_js_libs isn’t doing anything:

    [!MaxiGallery? &embedtype=`lightboxv2` &order_by=`pos` &order_direction=`DESC` &pics_per_row=`5` &max_thumb_size=`130` &max_pic_size=`0` &thumb_use_dropshadow=`0` &quality_thumb=`90` &pics_per_page=`20` &manage_target=`226` &disable_js_libs=`1`!]
      Mostly harmless.
      • 7923
      • 4,213 Posts
      Do you know that disable_js_libs will just disable the including of scriptaculous, prototype and mootools.. It will still include the lightbox script.

      So you’re better off by just choosing a normal display mode and do a custom galleryPictureTpl to output what you want. If you want it to output lightbox style code, just copy the original template and remove anything but the lightbox blocks of code.. and remove the conditionals too.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 12379
        • 460 Posts
        oki doke. thanks.
          Mostly harmless.