Wayfinder in MODx Revolution

Sharing is Caring

When I first tried MODx Revolution (which I did try before MODx Evolution) I found the documentation to be pretty good except about snippet syntax. The tag syntax has changed from MODx Evolution to MODx Revolution.


[Wayfinder? &startId=`0`]

has to changed to

[[Wayfinder? &startId=`0`]]

More information can now be found here for all of the tag syntax changes.

Sharing is Caring

Brian is a software architect and technology leader living in Niagara Falls with 13+ years of development experience. He is passionate about automation, business process re-engineering, and building a better tomorrow.

Brian is a proud father of four: two boys, and two girls and has been happily married to Crystal for more than ten years. From time to time, Brian may post about his faith, his family, and definitely about technology.

3 Comments

  1. Jay Gilmore

    Brian the tag syntax for snippets are as follows:

    Evolution Syntax:
    [[Wayfinder? &startId=`0`]] for normal cached
    [!Wayfinder? &startId=`0`!] for uncached

    Revolution Syntax

    [[Wayfinder? &startId=`0`]] for normal cached
    [[!Wayfinder? &startId=`0`]] for uncached

    The difference is, now all MODx tags use the double square bracket and add additional reference symbol to distinguish so [[Snippet]] or [[$chunk]] or [[+placeholder]].

    Cheers,

    Jay

Comments are closed.