Hmm, some problems. I have the same page structure what I’ve posted before and I call wayfinder like this:
[!Wayfinder? &debug=`1` &startId=`0` &level=`5` &innerTpl=`wfInner` &outerTpl=`wfOuter` &rowTpl=`wfRow` &hereTpl=`wfHere`!]
I only get the first level returned. Tried to remove &level parameter and also set it to 0, but same results. Here’s what debug prints out on page 1.2.3:
WayFinder Debug Output:
Docids for ’Here’ class checking
56, 1, 61
Chunk Checks
No chunk found for parentRowTpl using default.
No chunk found for innerRowTpl using default.
No chunk found for innerHereTpl using default.
Document Processing
Item Processed: (55) Page 1.1
template: rowTpl | class: class="first" | level: 2
Item Processed: (58) Page 1.2.1
template: rowTpl | class: class="first" | level: 3
Item Processed: (60) Page 1.2.2
template: rowTpl | class: | level: 3
Item Processed: (61) Page 1.2.3
template: hereTpl | class: class="last active" | level: 3
Nesting Complete - Previous 3 level 3 items inserted into innerTpl with class
Item Processed: (56) Page 1.2
template: rowTpl | class: class="parent active" | level: 2
Item Processed: (57) Page 1.3
template: rowTpl | class: class="last" | level: 2
Nesting Complete - Previous 3 level 2 items inserted into innerTpl with class
Item Processed: (1) Page 1
template: rowTpl | class: class="first parent active" | level: 1
Item Processed: (52) Page 2.1.1.1
template: rowTpl | class: class="first" | level: 4
Item Processed: (53) Page 2.1.1.2
template: rowTpl | class: class="last" | level: 4
Nesting Complete - Previous 2 level 4 items inserted into innerTpl with class
Item Processed: (50) Page 2.1.1
template: rowTpl | class: class="first parent" | level: 3
Item Processed: (51) Page 2.1.2
template: rowTpl | class: class="last" | level: 3
Nesting Complete - Previous 2 level 3 items inserted into innerTpl with class
Item Processed: (49) Page 2.1
template: rowTpl | class: class="first parent" | level: 2
Item Processed: (54) Page 2.2.1
template: rowTpl | class: class="first last" | level: 3
Nesting Complete - Previous 1 level 3 items inserted into innerTpl with class
Item Processed: (38) Page 2.2
template: rowTpl | class: class="last parent" | level: 2
Nesting Complete - Previous 2 level 2 items inserted into innerTpl with class
Item Processed: (44) Page 2
template: rowTpl | class: class="last parent" | level: 1
Nesting Complete - Previous 2 level 1 items inserted into outerTpl with class
Chunks contains:
wfHere:
<li class="[+wf.classes+]"><span>[+wf.linktext+]</span></li>
wfInner:
<ul>
[+wf.wrapper+]
</ul>
wfOuter:
<ul id="nav">
[+wf.wrapper+]
</ul>
wfRow:
<li[+wf.classes+]><a href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a></li>