Questions tagged [modx-getresources]

getResources is an extra (snippet) for MODX Revolution CMS. Its main goal is to list resources (pages) of a website. Questions about getResources extra - usage, properties, optimization, errors etc. - might have this tag.

18 questions
0
votes
1 answer

Modx - Getting the current context

I have two contexts and I use a snippet to get the current context. The snippet is working properly, but when I use it in a getResources call, its not passing the snippet value. [[getResources? &parents=`0` &limit=`10` …
noob
  • 641
  • 1
  • 6
  • 21
0
votes
1 answer

Combing AND and OR conditions with getResources tvFilters?

I am combining a form and PHP to create a kind of search. I am using getResources' tvFilters to show the results of the search, eg: echo '[[!getResources? &parents=`[[42]]` &tpl=`NewProdTpl` &includeTVs=`1` &includeContent=`1` &limit=`99`…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

Why is modx getResources and phpthumbof showing the same thumb nail for different resources?

I have a getResources call that shows 6 items on my homepage: [[!getResources? &tpl=`homepageInventoryCellTpl` &parents=`4` &resources=`-33` &depth=`10` &limit=`6` &includeContent=`1` &includeTVs=`1` &processTVs=`0` …
Sean Kimball
  • 4,506
  • 9
  • 42
  • 73
1
2