I have the following Wayfinder call:
[[Wayfinder? &startId=`0` &level=`0` &includeDocs=`5,6,7,11,12`]]
This should show the links to the listed resources, which are kept in a parent resource. However, they do not. They only way I can get it to work is to include the parent resource as the startId:
[[Wayfinder? &startId=`3` &level=`0` &includeDocs=`5,6,7,11,12`]]
This is ok if the resources are all under one parent, but I have a variety of resources on a variety of levels and parents that I can not display.
Does anyone know what I am doing wrong?
If you specify includeDocs it will only list those docs, so you'll need to either set startId to your parent or include the neccessary parents in the includeDocs call.
(Line 539 in wayfinder.class.php: )