Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The Domain User Default module is a submodule for the Domain Access module that provides methods for users (and unauthenticated site visitors using the
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).