We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20776
    • 36 Posts
    Hy,

    i play with the good YAMS extra, and everything is fine exept my wayfinder call.

    [!Wayfinder? &language=`(yams_mname)` &startId=`0` &level=`1` &excludeDocs=`1,8,30` &rowIdPrefix=`item` &rowTpl=`menuNiv1Yams` !]


    i use a chunk for my "rowTpl" param :

    <li[+wf.id+][+wf.classes+]>
      <a href="(yams_docr:[+wf.docid+])" title="[[YAMS? &get=`data` &docid=`[+wf.docid+]` &from=`pagetitle`]]" [+wf.attributes+]>[[YAMS? &get=`data` &docid=`[+wf.docid+]` &from=`pagetitle`]]</a>
      [+wf.wrapper+]
    </li>
    


    for exemple, here the result :

    <li id="item14">
      <a href="" title="The Agency" >The Agency</a>
      </li>
    <li id="item15">
      <a href="" title="Services" >Services</a>
    </li>
    


    href is empty and i don’t why, any idea ?

    Thanks