We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6286
    • 5 Posts
    Hello.

    A newbie here, so any help would be appreciated.

    I am trying to get a thumbnail listing as stated below.

    [!MaxiGallery? &gal_query_ids=`all` &order_by=`random` &limit=`3`!]


    This works fine. However, what I am trying to do is disable the URL link associated, but not affect the out of the box templates that came with MaxiGallery. I couldn’t find a parameter that I could use to disable the links and just show the thumbnails.

    Any ideas on how I can disable the link within the thumbnail view without changing any of the existing template files? The reason for this is that I actually have a Gallery page which I am re-directing all users.

    Thanks.
      • 6286
      • 5 Posts
      Anyone?

      Otherwise, is there a way to use the same thumbnails view template, but one with a link directly to my gallery page, and the other which actually pulls up the actual image?

      Or do I have to use a custom template? If its a custom template, does anyone have any clear instructions on how to call a custom template?
        • 7923
        • 4,213 Posts
        Just create custom galleryPictureTpl, see wiki for the path of the original one. then create a new chunk to modx with the content of the original template. edit what you want and add it to your snippet call like &galleryPictureTpl=`chunknamehere`


          "He can have a lollipop any time he wants to. That's what it means to be a programmer."
          • 6286
          • 5 Posts
          thanks doze, you rock! it worked! didn’t really understood how that gallerytpl thing worked until now... cheers!