MODX Rev:从电视中检索图像

时间:2014-01-29 12:22:54

标签: php html image modx

我正在尝试从模板变量中检索图像。但是我试图在博客模板上提取图像。每当我下降一级时,它都可以正常工作。我已经尝试使用GetResources和GetResourceField来获取顶级图像,但到目前为止还没有结果。这是我的代码,任何建议都会很棒。

[[getResourceField? &id=`[[*articleImage]]` &isTV=`1` &processTV=`1`]]

[[*articleImage:phpthumbof=`w=120&h=120`]] 

          [[!getResources?
              &showHidden=`1`
              &limit=`4`
              &includeContent=`1`
              &includeTVs=`1` 
              &processTVs=`1`
          ]]

1 个答案:

答案 0 :(得分:0)

如果您使用的是应该使用的getGresources,那么如何在imgBlog块中访问您的图像:

[[*tv.articleImage:phpthumbof=`w=120&h=120`]]