Thanks for the pointer and quick reply.
I guess, one can find the placeholders for Wayfinder in wayfinder.inc.php:
var $placeHolders = array('[+wf.wrapper+]','[+wf.classes+]','[+wf.classnames+]','[+wf.link+]','[+wf.title+]','[+wf.linktext+]','[+wf.id+]','[+wf.attributes+]','[+wf.docid+]','[+wf.introtext+]','[+wf.description+]','[+wf.subitemcount+]');
I did a quick test on the 404 page:
][[Wayfinder? &startId=`0` &rowTpl=`wfRowTpl` &innerRowTpl=`wfInnerRowTpl `&debug=`1`]]
where
wfRowTpl:
<li><a href="[+wf.link+]">[+wf.linktext+]</a> - [+wf.description+]</li>
and
wfInnerRowTpl:
<li><a href="[+wf.link+]">[+wf.linktext+]</a> [+wf.wrapper+] - [+wf.description+]</li>
Output doesn’t list the subitems, however debug shows me, my templates are used.
I, as newbie, must miss something obvious ;-)
Any further hint?
Thanks
Friedhelm
p.s.: modx 0.95 standard install, wirh demo content