Wayfinder
Votes: 50
Tags: Navigation, Menu, snippet, core distribution
Submitted: Nov 5, 2009
Released: Nov 5, 2009
Downloads: 1098
License: GPLv2
Wayfinder 2.1.1-beta4
Works with the following Version(s): Revolution-2.0.0-beta-5 | Revolution-2.0.0-rc-1
Wayfinder 2.1.1-beta-2 for MODx Revolution-beta-1. Works only for Revolution 2.0.0-beta5 or later.
Download
- wayfinder-2.1.1-beta4.transport.zip (1098 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Install via Package Management.
Sub-Packages
Votes: 100
Tags:
Submitted: Oct 23, 2006
Released: Oct 23, 2006
Downloads: 1819
License: GPL - GNU Public
Package Website
Wayfinder 1.0 MODx Resource Wizard package
This is the Wayfinder 1.0 snippet packaged for the MODx Resource Wizard installer module.
UPDATED: 10/24/06 with Kyle's "random" and "limit" additions.
Previous Releases
2.1.1-beta2
Tags: Navigation, Menu, snippet, core distribution
Submitted: Oct 20, 2009
Released: Oct 20, 2009
Downloads: 269
License: GPLv2
Wayfinder 2.1.1-beta2
Works with the following Version(s): Revolution-2.0.0-beta-4 | Revolution-2.0.0-rc1 | Revolution-2.0.0-rc2
Wayfinder 2.1.1-beta-2 for MODx Revolution. Works only for Revolution 2.0.0-beta4 or later.
Download
- wayfinder-2.1.1-beta2.transport.zip (269 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Install via Package Management.
2.1.1-beta1
Tags: Navigation, Menu, snippet, core distribution
Submitted: May 21, 2009
Released: May 21, 2009
Downloads: 1353
License: GPLv3
Wayfinder 2.1.1-beta1
Works with the following Version(s): Revolution-2.0.0-beta-1
This version has been marked as deprecated. Please use a newer version.
Wayfinder 2.1.1-beta-1 for MODx Revolution-beta-1.
Download
- wayfinder-2.1.1-beta1.transport.zip (1353 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Install via Package Management.
2.0
Votes: 143
Tags: Navigation, Menu, snippet, core distribution
Submitted: Feb 27, 2007
Released: Feb 27, 2007
Downloads: 13361
License: GPL - GNU Public
Package Website
Wayfinder 2.0
Works with the following Version(s): 0.9.5
Wayfinder is a highly flexible navigation builder.
Download
- repo-1346.zip (13361 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html
Updates
template variable support; just add a placeholder into your template and it will get processed i.e. for the tv: docTags you would add a placeholder +docTags+link for site start no longer includes the alias; i.e. www.modxcms.com instead of ww.modxcms.com/home.htmlAbility to use a configuration file to set all of the wayfinder parameters. more documentation on this to come.Ability to specify templates like ditto using the @FILE & @CODE optionsparent templates only used if child documents are shown in the menuEnhanced debuggingRewrote how documents are retrieved to only use one db query for enhanced performance.New parameter &fullLink - if set to true outputs the full url instead of a relative path.New parameter &displayStart - displays the document specified as the startId as a header to the menu (only works with startId not equal to 0)New template &startItemTpl - Used to format the output of the startId Doc if &displayStart is used. Defaults to <h2>+linktext+</h2>New parameter &includeDocs - comma delimited list of documents to be included in output. The startId is still required this just acts as a filter.New paramter &excludeDocs - comma delimited list of documents to be excluded from the output. The startId is still required this just acts as a filter.Rewrote some other stuff to make it work better and hopefully a little faster.1.0.1
Votes: 90
Tags: Navigation, Menu, snippet, core distribution
Submitted: Nov 7, 2006
Released: Nov 7, 2006
Downloads: 4228
License: GPL - GNU Public
Package Website
Wayfinder 1.0.1
Works with the following Version(s): 0.9.2.1 | 0.9.2.2 | 0.9.5
This version has been marked as deprecated. Please use a newer version.
Wayfinder is a highly flexible navigation builder.
Download
- repo-1157.zip (4228 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html
Updates
Minor update to fix error for users upgrading to MODx version 0.9.2.21.0
Votes: 84
Tags: Navigation, Menu, snippet, core distribution
Submitted: Oct 23, 2006
Released: Oct 23, 2006
Downloads: 1590
License: GPL - GNU Public
Package Website
Wayfinder 1.0
Works with the following Version(s): 0.9.2.1
This version has been marked as deprecated. Please use a newer version.
Wayfinder is a highly flexible navigation builder.
Download
- repo-1126.zip (1590 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html
Updates
Updated database query so sorting works correctly for MySql 4.1.12 usersAdded parameters for determining sortBy and sortOrderAdded placeholders for introtext and descriptionAdded ability to show count of docs in a folder with new placeholderRemoved some code from snippet into class for easier maintenanceAdded limit parameter to allow for result limitingAdded random option to sortBy parameter0.9-beta3
Votes: 96
Tags: Navigation, Menu, snippet, core distribution
Submitted: Sep 12, 2006
Released: May 21, 2009
Downloads: 2153
License: GPL - GNU Public
Package Website
Wayfinder 0.9-beta3
Works with the following Version(s): 0.9.2.1
This version has been marked as deprecated. Please use a newer version.
This is a public beta for the future replacement of DropMenu.
Download
- repo-968.zip (2153 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html
Updates
Added category support, with additional templateAdded active parent templateAdded docid placeholder for output of docidAdded separate placeholder for class namesFixed last item detectionUpdated to add parameter for using content for url or using docId for weblinks.Added support for link_attributesMade custom version of getActiveChildren in classAdded class for weblinks0.9-beta2
Votes: 87
Tags: Navigation, Menu, snippet, core distribution
Submitted: Aug 4, 2006
Released: May 21, 2009
Downloads: 1751
License: GPL - GNU Public
Package Website
Wayfinder 0.9-beta2
Works with the following Version(s): 0.9.2.1
This version has been marked as deprecated. Please use a newer version.
This is a public beta for the future replacement of DropMenu.
Download
- repo-877.zip (1751 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html
Updates
Fixed bug for assigning parentClass Added parameter rowIdPrefix to create a custom id for each menu item Removed ultimateparent functionality, if you want to use this, nest the snippet calls. Added parentRowHereTpl, this tempalte is used on a folder if it is the current doc Added selfClass, this sets a class for the current doc only (hereClass sets a class for the current doc and its parents)0.9-beta1
Votes: 92
Tags: Navigation, Menu, snippet, core distribution
Submitted: Aug 2, 2006
Released: May 21, 2009
Downloads: 1441
License: GPL - GNU Public
Package Website
Wayfinder 0.9-beta1
Works with the following Version(s): 0.9.2.1
This version has been marked as deprecated. Please use a newer version.
This is a public beta for the future replacement of DropMenu.
Download
- repo-870.zip (1441 downloads)
Description
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: http://www.muddydogpaws.com/notebook/wayfinder-10.html
Instructions
Copy the contents of the file snippet.wayfinder.tpl.php into a new snippet named Wayfinder.
Create a new folder under assets/snippets named wayfinder.
Copy the file wayfinder.inc.php into the newly created folder.
To get the default menu output use the following snippet call: Wayfinder? &startId=`0`
For documentation on all of the paramters refer to the file wayfinder.documentation.html




Is it possible to add more class parameters so we can insert classes into deeply nested lists?