This Module provides an "Address book" feature. It searches an LDAP server for records and allow people to view the returned set. My company use it as a Company Directory.
This modules adds the opportunity to define a text or computed field as a list of menu links per node. This menu then can be displayed as a block or with one of two additional formatters within the nodetype.
menu creation
To get the menu links, nodemenu uses some separator to discern menu item, item depth, item link and item label.
view|View the Node
edit|Edit Node
|Lists
*../list_1/%nid|List1
*../list_2/%nid|List2
**../list_2/%nid/full|List 2 - Full View
The separators can be configured in the block configure. That settings also affect the field's formatters (within the first field's nodemenu block setting).
Compatible fields are text (textfield(rows=1), textarea(rows>1), single or multiple values) and computed fields (single and multiple values).