Quote from: sottwell at Sep 30, 2015, 07:03 AMPerhaps &startId=`0` &excludeDocs=`2` &includeDocs=`[[getChildren]]` where you have a simple snippet getChildren that uses the $modx->getChildIds() function.
Thanks Susan, I see what you're doing there, but would that not effectively be the same as
&includeDocs=`1, 2, 24, 170, 7, 13, 23`
&excludeDocs=`2`?
[[pdoMenu? &parents=`-1` &resources=`1, 24, 170, 7, 13, 23`]]
Cotton, that looks nice and simple. I almost ditched WF for pdoMenu, but now I know about it I may be tempted next time.
&parentRowTpl=`MyParentRowTpl`
Bob, I think that would work if it applied to all the parent rows. But my selection of pages to include doesn't follow any pattern, it's just a page here and a parent there.
This is one of these multi-day-consuming issues that make me realise how fast I got stuff done with bare-naked PHP, MySQL, JS, HTML & CSS. Addons are great, but almost always lead to a place where a normal thing becomes difficult. What's the best compromise I wonder?..
Thanks for your answers.