We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33372
    • 1,611 Posts
    A couple things:

    1. You’re probably getting this error because you have back ticks (`) within backticks (you’d have to hardcode the parameters of the getTVList snippet for this to have any chance of working that way),

    and 2. Can’t you just unclick "Show in Menu" for those documents? There are probably a lot of other ways to accomplish this as well. You’d be better off posting to the WayFinder support thread for more specific help with it.
      "Things are not what they appear to be; nor are they otherwise." - Buddha

      "Well, gee, Buddha - that wasn't very helpful..." - ZAP

      Useful MODx links: documentation | wiki | forum guidelines | bugs & requests | info you should include with your post | commercial support options
      • 10076
      • 1,024 Posts
      Thanks a lot, keep getting the same error. Don ’t see why it would be impossible to do this, cause it works for ultimate parent

      When nesting snippets (for example: [[Wayfinder? &startId=`[[UltimateParent]]`]] ) one or the other must be uncached [! !] (example: [!Wayfinder? &startId=`[[UltimateParent]]`!] ). Embedded tags of the same type do not work until 0.9.7.
      from http://wiki.modxcms.com/index.php/Common_snippet_error_messages_and_their_meaning

      Will give it a try after some solid sleep and will look up your suggestion of using a placeholder anyway.
      he
      Sorry bout this being of topic, but I got this link from someone in the topic I created in wayfinder support, about this question.
        • 10076
        • 1,024 Posts
        It did function! Yes....great.
        Did not really change the call
         [!Wayfinder? &startId=`0` &sortBy=`pagetitle` &sortOrder=`asc`   &includeDocs=`[[getTVList? &tv=`pageKeywords` &str=`Walks`]]`!]


        It nicely returns the pages in the menu tagged with "Walks".
        Maybe this snippet should have a place somewhere in the repository, even though its redundant?
        I did not find another solution to tagged menu building with Wayfinder.

        Thanks a lot ganeshXL.