Fieldgroup menu

This project is not covered by Drupal’s security advisory policy.

Provide menu item from a fieldgroup attached to a node.

Use case:

If you have a node type with lot of fields, and you need to create separate pages from some fields

Like this: http://www.panparks.org/visit/our-parks/archipelago-national-park

Dependencies

Usage

  1. Download to module, and enable it, no other settings need
  2. Go to admin/structure/types/manage/[type]/display, and create a new group with format: Menu item.
  3. Then edit the settings of group:

If you choose tabs in fieldgroup settings a new tab will be created on node pages.
When choosing pages, a new independent page will be created.

Then type the path:
Note! This path is used after node/[nid]! If you write "more-details" in textbox path, the items in this group will shown on node/[nid]/more-details.
You can create secondary tabs for nodes: Just set the path "view/something-secondary-path"

Block: There are a blocks, named Fieldgroup menu. If the block is visible somewhere in the page, and the checkbox is checked, a link will be shown in this block to point to this fieldgroup menu item.
If you want to create a link to the original node in this block, just create an empty fieldgroup without any fields.

Project information

Releases