Node Field module allows you to add custom extra fields to single drupal nodes.
It's not connected to fields module, so different nodes of one content type can have absolutely different sets of custom fields.

You can add node fields as a field in Views (v.3) for the node content.
Node clone support is available (https://drupal.org/project/node_clone).

Installation:

  1. Install Node field module
  2. Go to admin/config/content/node-field. Select node types to use node field module
  3. Now you can add unique custom extra fields to your nodes!

UI is made the same way as in fields module. Many hooks were added, so now it can be used as a base for more complex modules.
You can add new node field types using hook_node_field_info_alter. You can change fields widgets and formatters. And so on!

Created by ADCI solutions team

Supporting organizations: 

Project information

Releases