Downloads » Resources » Wayfinder » Wayfinder | beta3

Wayfinder beta3

  • Currently 4.5483870967742/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
31 vote(s).

Resource ImageThis is a public beta for the future replacement of DropMenu.

Works with MODx Version(s): 0.9.2.1
Submitted: Sep 12th 2006 | License: GPL - GNU Public | Downloads: 1521
This resource has been deprecated.

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://modxtest.muddydogpaws.com/wayfinder_documentation.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 template
  • Added active parent template
  • Added docid placeholder for output of docid
  • Added separate placeholder for class names
  • Fixed last item detection
  • Updated to add parameter for using content for url or using docId for weblinks.
  • Added support for link_attributes
  • Made custom version of getActiveChildren in class
  • Added class for weblinks


( back to top )