You are here

README.txt in Nice ImageField Widget 8

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


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

The Image Drupal 7 module allows you to work with a set of images using the
tabledrag feature, but in many cases it is uncomfortable.
This module uses the 'sortable' interaction of jQuery UI to overcome this
problem and presents a widget called 'Nice Multiple' that can be used with
fields of Image Type.
Besides this, the module requires Multiupload Filefield Widget module and
allows selecting multiple files to upload at a time.


REQUIREMENTS
------------
Nice ImageField Widget module has following dependencies:

Drupal Core Modules
 * Image

Contributed Modules
 * Libraries API (https://www.drupal.org/project/libraries)

 * jQuery Update (jQuery UI: Sortable)
   (https://www.drupal.org/project/jquery_update)

 * Multiupload Filefield Widget
   (https://www.drupal.org/project/multiupload_filefield_widget)

External Libraries
 * jQuery Flip plugin (http://nnattawat.github.io/flip/)


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.

 * Add a Image field to a content type and select the widget 'Nice Multiple'.

 * You might have to increase the default max_input_vars, max_file_uploads,
   post_max_size or max_file_uploads php.ini directives.


CONFIGURATION
-------------
Once you enable this module you will have a new field widget type called "Nice
Multiple" at the Field UI (e.g. admin/structure/types/manage/TYPE/fields).


MAINTAINERS
-----------
Current maintainers:
 * Pavel Shevchuk (pshevchuk) - https://www.drupal.org/u/pshevchuk

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Image Drupal 7 module allows you to work with a set of images using the
  11. tabledrag feature, but in many cases it is uncomfortable.
  12. This module uses the 'sortable' interaction of jQuery UI to overcome this
  13. problem and presents a widget called 'Nice Multiple' that can be used with
  14. fields of Image Type.
  15. Besides this, the module requires Multiupload Filefield Widget module and
  16. allows selecting multiple files to upload at a time.
  17. REQUIREMENTS
  18. ------------
  19. Nice ImageField Widget module has following dependencies:
  20. Drupal Core Modules
  21. * Image
  22. Contributed Modules
  23. * Libraries API (https://www.drupal.org/project/libraries)
  24. * jQuery Update (jQuery UI: Sortable)
  25. (https://www.drupal.org/project/jquery_update)
  26. * Multiupload Filefield Widget
  27. (https://www.drupal.org/project/multiupload_filefield_widget)
  28. External Libraries
  29. * jQuery Flip plugin (http://nnattawat.github.io/flip/)
  30. INSTALLATION
  31. ------------
  32. * Install as you would normally install a contributed Drupal module.
  33. See https://www.drupal.org/documentation/install/modules-themes/modules-7
  34. for further information.
  35. * Add a Image field to a content type and select the widget 'Nice Multiple'.
  36. * You might have to increase the default max_input_vars, max_file_uploads,
  37. post_max_size or max_file_uploads php.ini directives.
  38. CONFIGURATION
  39. -------------
  40. Once you enable this module you will have a new field widget type called "Nice
  41. Multiple" at the Field UI (e.g. admin/structure/types/manage/TYPE/fields).
  42. MAINTAINERS
  43. -----------
  44. Current maintainers:
  45. * Pavel Shevchuk (pshevchuk) - https://www.drupal.org/u/pshevchuk