Wayfinder:使用Wayfinder显示“在”另一个资源“下”的资源

时间:2018-06-04 12:14:27

标签: modx modx-revolution wayfinder

我正在开发一个网站,其顶部有一个主导航,然后在右侧边栏(here)中有一些不同的导航。

我用Wayfinder回忆起它们,现在我想在侧栏中的“Tree”结构中显示它们。

例如,对于资源AVB(39),我有两个资源:“资源下的资源AVB#1”和“资源下的资源AVB#2”。

如何在“树”结构中显示它们?喜欢的东西

AVB

  • 资源下的资源AVB#1
  • 资源下的资源AVB#2

这是我的实际代码:

2018-06-04 17:30:34.473925+0530 flex[750:187780] libMobileGestalt MobileGestaltSupport.m:153: pid 750 (flex) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2018-06-04 17:30:34.474042+0530 flex[750:187780] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
Error is:The request timed out.

2 个答案:

答案 0 :(得分:0)

你可以这样做。

[[Wayfinder? &startId=`[[*parent]]` ]]

或者,如果你有几个级别,那么查看UltimateParent片段,这将允许你获得一定数量的级别。 https://modx.com/extras/package/ultimateparent

例如

[[Wayfinder? &startId=`[[UltimateParent? &topLevel=`2`]]` ]]

答案 1 :(得分:0)

您可能需要像这样[[!UltimateParent]]

运行未缓存的UltimateParent。