MODX革命:获得二级children
MODX revolution: get second level children
我有 url: somesite.com/mypage?clinic=21&spec=myspecialisation
在我的结构中,我有诊所 -> parent -> 需要整理的最终资源
我有这个:
[[!getPage?
&elementClass=`modSnippet`
&element=`getResources`
&parents=`10,15,12`
&resources=`-7,-8`
&depth=`2`
&limit=`21`
&pageVarKey=`page`
&includeTVs=`1`
&includeContent=`1`
&tpl=`pageAllDoctors`
&hideContainers=`true`
&sortby=`FIELD(modResource.id, 456,331,390,491,2756,505,634,699,941,1044,1377,1436,1449,1678,1722,1711,1828,2007,2094,2184,2324,2487,2527)`
&where=`[{"introtext:LIKE":"%[[!searchFieldClinic? &field=`spec`]]%", "AND:template:=":104}]`]]
[[+total:is=``:then=` nothing found.<br/><br/><br/>`:else=``]]
它用取自 url &spec=myspecialisation 的 introtext 整理页面非常好
问题:getPage语句中的&parents=
10,15,12列表应该是clinic=21
参数中指定页面的children页面列表url
我该怎么做?
提前致谢。
&parents='21' &hideContainers='1'
您将隐藏 clinic 的子级,它们是其他资源的父级。也许你应该增加 &depth
我有 url: somesite.com/mypage?clinic=21&spec=myspecialisation
在我的结构中,我有诊所 -> parent -> 需要整理的最终资源
我有这个:
[[!getPage?
&elementClass=`modSnippet`
&element=`getResources`
&parents=`10,15,12`
&resources=`-7,-8`
&depth=`2`
&limit=`21`
&pageVarKey=`page`
&includeTVs=`1`
&includeContent=`1`
&tpl=`pageAllDoctors`
&hideContainers=`true`
&sortby=`FIELD(modResource.id, 456,331,390,491,2756,505,634,699,941,1044,1377,1436,1449,1678,1722,1711,1828,2007,2094,2184,2324,2487,2527)`
&where=`[{"introtext:LIKE":"%[[!searchFieldClinic? &field=`spec`]]%", "AND:template:=":104}]`]]
[[+total:is=``:then=` nothing found.<br/><br/><br/>`:else=``]]
它用取自 url &spec=myspecialisation 的 introtext 整理页面非常好
问题:getPage语句中的&parents=
10,15,12列表应该是clinic=21
参数中指定页面的children页面列表url
我该怎么做? 提前致谢。
&parents='21' &hideContainers='1'
您将隐藏 clinic 的子级,它们是其他资源的父级。也许你应该增加 &depth