Current Path : /var/www/html/clients/td-teplouchet.ru/old/sites/all/modules/node_field/ |
Current File : /var/www/html/clients/td-teplouchet.ru/old/sites/all/modules/node_field/README.txt |
------------------------------------------------------------------------------- Node field for Drupal 7.x by ADCI, LLC team - www.adcillc.com ------------------------------------------------------------------------------- Description: Node field module allows you to add unique 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 fields. You can add text fields, long text fields, links, radios, select, taxonomy terms. You can use date fields, if you activate date and date_popup module (http://drupal.org/project/date). Installation: 1) Install Node field module. 2) Go to admin/config/node-field. Select node types to use node field module. 3) Now you can add unique extra fields to your nodes. Module provides following hooks: hook_node_fields_alter($node, $node_fields) Allows to change node node_field param. Being called after node fields were loaded from DB. hook_node_field_update($field) Allows to add custom behaviour on node field update event. hook_node_field_delete($field); Allows to add custom behaviour on node field delete event. hook_node_field_widget_alter($node_field, $form) Allows to change field widget to change field value. hook_node_field_settings_alter($node_field, $form) Allows to change field type settings form. hook_node_field_formatter_alter($node_field, $value) Allows to change output of field value. Support: http://drupal.org/project/node_field