You are here

README.txt in Bulk File Nodes 7

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

* Introduction
* Installation


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

Current Maintainer: Ryan Kois <ryan.kois@gmail.com>

Bulk Photo Nodes is a module that allows a user to upload or import many images
at once, and have many individual nodes created, one for each image . Where this
module significantly differentiates from other modules like Bulk Media Upload is
that the after uploading/importing the images, the user is given the opportunity
to edit all of the fields for each node in a single form.

Another form to the right acts as a bulk settings form where each field that has
a value is applied to each node's corresponding field, excpept where the user
has overridden the bulk settings form by specifying a value in the field of an
individual node.

The module is pluggable, leaving open the possibility to integrate the
module with various third party services.

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

First, download the module to your site's modules directory, and enable the
module. Next, enable the module, and configure its permissions at 
admin/people/permissions. Bulk Photo Nodes provides a 'Create bulk photo nodes'
permission. Grant it to whoever you want to be able to create bulk photo nodes.

Next, visit a content type at admin/structure/types/manage/YOUR_CONTENT_TYPE.
You'll now see a 'Bulk Photo Node Settings' vertical tab near 'Publishing 
options'. Once in the tab, select an image field that you would like to use to 
establish the 'one image per node' relationship that the module asserts.

Enable the various submodules you'd like to use to upload/import your images.
Now if you go to the node add page for that content type, you should see the 
various forms that the submodules provide. In order to use the regular node add
form, append an ?override=1 to the URL.

Next, upload/import your photos, edit their fields as necessary and start saving
bulk photo nodes!

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. INTRODUCTION
  6. ------------
  7. Current Maintainer: Ryan Kois
  8. Bulk Photo Nodes is a module that allows a user to upload or import many images
  9. at once, and have many individual nodes created, one for each image . Where this
  10. module significantly differentiates from other modules like Bulk Media Upload is
  11. that the after uploading/importing the images, the user is given the opportunity
  12. to edit all of the fields for each node in a single form.
  13. Another form to the right acts as a bulk settings form where each field that has
  14. a value is applied to each node's corresponding field, excpept where the user
  15. has overridden the bulk settings form by specifying a value in the field of an
  16. individual node.
  17. The module is pluggable, leaving open the possibility to integrate the
  18. module with various third party services.
  19. INSTALLATION
  20. ------------
  21. First, download the module to your site's modules directory, and enable the
  22. module. Next, enable the module, and configure its permissions at
  23. admin/people/permissions. Bulk Photo Nodes provides a 'Create bulk photo nodes'
  24. permission. Grant it to whoever you want to be able to create bulk photo nodes.
  25. Next, visit a content type at admin/structure/types/manage/YOUR_CONTENT_TYPE.
  26. You'll now see a 'Bulk Photo Node Settings' vertical tab near 'Publishing
  27. options'. Once in the tab, select an image field that you would like to use to
  28. establish the 'one image per node' relationship that the module asserts.
  29. Enable the various submodules you'd like to use to upload/import your images.
  30. Now if you go to the node add page for that content type, you should see the
  31. various forms that the submodules provide. In order to use the regular node add
  32. form, append an ?override=1 to the URL.
  33. Next, upload/import your photos, edit their fields as necessary and start saving
  34. bulk photo nodes!