Hi Guys,
I have been scratching my head for last two days and searched the forums, still don’t have the answer to my problem.
Everything was working fine untill i decided to two more tv’s to my chunk and one or the other information displayed by getresources is different across the context (english and spanish)
List all the products:
[[!getResources? &showHidden=`1` &limit=`30` &parents=`21,47` &tpl=`myRowTpl` &sortby=`menuindex` &sortdir=`ASC`]]
this call doesn’t list all the prodcuts somehow just limited to 5 whereas i have 15 products listed!!!!
Shows the random products:
[[!getResources? &parents=`21,47` &showHidden=`1` &limit=`1` &includeTVs=`1` &processTVs=`1` &tpl=`directionsTpl` &sortby=`RAND()`]]
In english context TVs display correctly but in spanish context two tvs are missing!!!
myRowTpl Chunk:
<a href="[[~[[+id]]]]">[[+pagetitle]]</a>
directionsTpl:
<div>
<a href="[[~[[+id]]]]" class="bluehead14"><span class="bluehead14">[[+tv.itiheading]]</span><span class="bluehead30">
[[+tv.itiheadingbig]]</span></a>
<a href="[[~[[+id]]]]">[[!getImageList? &limit=`1` &tvname=`QV-SidebarThird` &tpl=`image` &docid=`[[+id]]`]]</a>
[[+introtext]] ...
<a href="[[~[[+id]]]]" class="grntxt10">+ KNOW MORE</a></div>
image chunk:
<img src="[[+image]]" alt="[[+description]]"/>
TV includes images and using migx for images.
On one or two resources I have getresources call twice to display different contents, does that matter??
any help would be appreciated.