We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31344
    • 12 Posts
    I want to make a tv (input type listbox) where I can select a album witch was made with gallery, so it can be linked to a project page.
    example:

    [[!Gallery? &album=`test` &plugin=`galleriffic`]]

    The album name must become in the listbox like test,test2,test3,....

    What is the best way to achieve this?

      • 31344
      • 12 Posts
      made a tv (named gall)with a dropdown list menu and a inputtype with the query: @SELECT `name` FROM `modx_gallery_albums` and a chunck with the snippet call [[!Gallery? &album=`[[*test]]`]]