You are here

README.txt in Node Field 7.2

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

 * 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.


REQUIREMENTS
------------
 * This module requires the Libraries module
   https://www.drupal.org/project/Libraries

 * Submodule Node Field Gmap requires the Sheetnode module
   https://www.drupal.org/project/sheetnode


RECOMMENDED MODULES
-------------------

 * You can use date field, if you activate date and date_popup module:
   http://drupal.org/project/date

 * You can use node reference field, if you activate node_reference module:
   https://drupal.org/project/references

 * You can use select or other field, if you activate select_or_other module:
   https://drupal.org/project/select_or_other

 * You can add node fields as a field in Views (v.3) for the node content.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. See:
   https://www.drupal.org/documentation/install/modules-themes/modules-7
   for further information.


CONFIGURATION
-------------

 * Go to admin/config/node-field. Configure Google Maps Api Key.


MAINTAINERS
-----------

 * This project is created by ADCI Solutions http://drupal.org/node/1542952 team.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. * Node field module allows you to add unique extra fields to single drupal nodes.
  12. It's not connected to fields module, so different nodes of one content type can have absolutely different sets of fields.
  13. REQUIREMENTS
  14. ------------
  15. * This module requires the Libraries module
  16. https://www.drupal.org/project/Libraries
  17. * Submodule Node Field Gmap requires the Sheetnode module
  18. https://www.drupal.org/project/sheetnode
  19. RECOMMENDED MODULES
  20. -------------------
  21. * You can use date field, if you activate date and date_popup module:
  22. http://drupal.org/project/date
  23. * You can use node reference field, if you activate node_reference module:
  24. https://drupal.org/project/references
  25. * You can use select or other field, if you activate select_or_other module:
  26. https://drupal.org/project/select_or_other
  27. * You can add node fields as a field in Views (v.3) for the node content.
  28. INSTALLATION
  29. ------------
  30. * Install as you would normally install a contributed Drupal module. See:
  31. https://www.drupal.org/documentation/install/modules-themes/modules-7
  32. for further information.
  33. CONFIGURATION
  34. -------------
  35. * Go to admin/config/node-field. Configure Google Maps Api Key.
  36. MAINTAINERS
  37. -----------
  38. * This project is created by ADCI Solutions http://drupal.org/node/1542952 team.