Hi, I have a getResources chunk in which I have to place several ids from resources. Here it is:
[[getResources?
&resources=`34,33,54,61,59`
&tpl=`tabs_ingredients_slider_tpl`
&depth=`1`
&sortby=`menuindex`
&sortdir=`ASC`
&limit=`0`
&includeTVs=`1`
&processTVs=`1`
]]
I have made a checkbox TV with input of title and id:
title1==34||title2==33||title3==54||title4==61||title5==59
The output uses comma as delimiter. The result shows all ids shown as above.
Can I use this TV in getResources chunk to automate the &resources part in behalf of user's choice?
The code below doesn't work!
Thanks!
[ed. note: ispasov last edited this post 10 years, 11 months ago.]