Totally refactored from original DropMenu nav builder to make it easier to create custom navigation by using chunks as output templates. By using templates, many of the paramaters are no longer needed for flexible output including tables, unordered- or ordered-lists (ULs or OLs), definition lists (DLs) or in any other format you desire.
To view some example menus created with Wayfinder go here: …
getResources is a general-purpose listing and summarization snippet for MODx Revolution. It is NOT a replacement for Ditto, but rather an alternative component that can accomplish some of the things that the more specialized components do, i.e. Ditto, Wayfinder, Breadcrumbs; basically anything that output the properties for a list of Resources (formerly Documents in MODx Evolution).
Breadcrumb is a snippet for MODx Revolution, inspired by the jaredc/splittingred's BreadCrumbs snippet.It will create a breadcrumb navigation for the current resource or a specific resource and add some new features as templates and direction.
To navigate next, previous from the current resource or from the given resource It can also show all or limited left/right and first/last siblings Its also possible to navigate to childs of more than one parents
This is a simple Wayfinder wrapper for use in templates, to display an on-page menu, containing all child-docs if there any.
Behavior:
If the current document is on second doc-tree-level or deeper, a menu of siblings will be displayed;
If the document has children a menu with those will be displayed;
A combination of 1 and 2 results in a combined menu;