Why does my output [[+ img: phpthumbof = w=300&h=300&zc=1 ]] give unknown? I display fields via migx, without filter everything is okay, I add filter ": phpthumbof =` w = 300 & h = 300 & zc = 1 "stops working .

    1 answer 1

    The problem was that I used the output here

    [[getImageList? & tvname = object-gallery-photo & tpl = @CODE: <li><img src=" [[+img:phpthumbof=w=300&h=300&zc=1]"></li> & docid = [[*id]] & limit = 10 ]]

    And creating a chunk and already there applying the filter everything turned out. Apparently in phpThumbOf is not possible to use in this form.