We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33238
    • 388 Posts
    Hello, It is possible add parameters to feed a getImageList?

    For example (PamrameterOne).

    [[getImageList?
        &tvname=`tvName`
        &tpl=`tplHere`
        &PamrameterOne=`PamrameterOne`
    ]]
    


    TPL (tplHere)

    title: [[+PamrameterOne]]

    - -

    That is the way to do it in pdoResources but it's not working on getImageList, any ideas?

    Thanks!

    This question has been answered by Ysanmiguel. See the first response.

      --
      ysanmiguel.com
    • discuss.answer
      • 33238
      • 388 Posts
      ok GOT IT!!!

      Create the "parameter" (property) into getImageList

      &PamrameterOne=`PamrameterOne`


      Then into the TPL call it like: [[+property.PamrameterOne]]

      DONE!!!!!
        --
        ysanmiguel.com