You are here

README.txt in Node Gallery 6

Same filename and directory in other branches
  1. 6.3 README.txt
  2. 6.2 README.txt
DESCRIPTION
--------------------------
Node gallery enable users to create a more flexible and powerful gallery. It is
fully integrated with Drupal's core node system. Users choose what kind of
content type they want to be the "Gallery" type, and what kind of content type
they want to be the "Image" type. When such a relationship is established, users
can batch uploading "Images" into "Gallery", editing them within "Gallery", or
just deleted them.  Because "Image" and "Gallery" are both node types, one can
naturely use Drupal's taxonomy module, comment module, VotingAPI, CCK, Views and
other powerful modules to enhance the gallery.

FEATURES
---------------
- Node as image, node as gallery.
- Use drupal's core batch system to do batch operations such as uploading,
editing etc.
- Naturally integrated with the taxonomy system, comment system, VotingApi, CCK
module and others. Everything you can do with nodes you can do to your gallery
and images.
- Per user albums.
- And many more other features. 

REQUIREMENTS
---------------
- Upload module.
- Imagecache module.

CONTRIBUTION
---------------
- Node_gallery_access module. Control the access type (public, private,
password) of your gallery. Note: This contrib module is extremely unstable and
should not be used on production sites 

INSTALLATION
---------------
When you enable the Node Gallery module, it automatically creates 2 node types
(one for Galleries and one for Gallery Images), three imagecache presets (cover,
display, and thumbnail), and establishes one node gallery relationship (Linking
Gallery and Gallery Image). All you need to do is configure the permissions for
the content types.

Out of the box, you can create a gallery and then start uploading images.
However, you may wish to customize the imagecache presets or the settings for
the default relationship.

Important Note: The three imagecache presets created by the Node Gallery module
will be deleted if you disable the Node Gallery module, so it is recommended
that you only use these presets with Node Gallery. However, if you modify the
Node Gallery presets, they will be saved into the system and continue to exist
without regard to the Node Gallery module being enabled.

CREDITS
----------------------------
Originally authored and maintained by Wilson Wu <martic98 AT gmail DOT com> and
is currently co-maintained by Kevin Montgomery of New Eon Media
<http://neweonmedia.com>

File

README.txt
View source
  1. DESCRIPTION
  2. --------------------------
  3. Node gallery enable users to create a more flexible and powerful gallery. It is
  4. fully integrated with Drupal's core node system. Users choose what kind of
  5. content type they want to be the "Gallery" type, and what kind of content type
  6. they want to be the "Image" type. When such a relationship is established, users
  7. can batch uploading "Images" into "Gallery", editing them within "Gallery", or
  8. just deleted them. Because "Image" and "Gallery" are both node types, one can
  9. naturely use Drupal's taxonomy module, comment module, VotingAPI, CCK, Views and
  10. other powerful modules to enhance the gallery.
  11. FEATURES
  12. ---------------
  13. - Node as image, node as gallery.
  14. - Use drupal's core batch system to do batch operations such as uploading,
  15. editing etc.
  16. - Naturally integrated with the taxonomy system, comment system, VotingApi, CCK
  17. module and others. Everything you can do with nodes you can do to your gallery
  18. and images.
  19. - Per user albums.
  20. - And many more other features.
  21. REQUIREMENTS
  22. ---------------
  23. - Upload module.
  24. - Imagecache module.
  25. CONTRIBUTION
  26. ---------------
  27. - Node_gallery_access module. Control the access type (public, private,
  28. password) of your gallery. Note: This contrib module is extremely unstable and
  29. should not be used on production sites
  30. INSTALLATION
  31. ---------------
  32. When you enable the Node Gallery module, it automatically creates 2 node types
  33. (one for Galleries and one for Gallery Images), three imagecache presets (cover,
  34. display, and thumbnail), and establishes one node gallery relationship (Linking
  35. Gallery and Gallery Image). All you need to do is configure the permissions for
  36. the content types.
  37. Out of the box, you can create a gallery and then start uploading images.
  38. However, you may wish to customize the imagecache presets or the settings for
  39. the default relationship.
  40. Important Note: The three imagecache presets created by the Node Gallery module
  41. will be deleted if you disable the Node Gallery module, so it is recommended
  42. that you only use these presets with Node Gallery. However, if you modify the
  43. Node Gallery presets, they will be saved into the system and continue to exist
  44. without regard to the Node Gallery module being enabled.
  45. CREDITS
  46. ----------------------------
  47. Originally authored and maintained by Wilson Wu and
  48. is currently co-maintained by Kevin Montgomery of New Eon Media