Comment Workflow closes comments if the node state is changed to the last state of a workflow and re-opens comments if the state is changed from the last state.
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).