You are here

README.txt in Media Gallery 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
INSTALLATION
------------

1. Download Media Gallery from http://drupal.org/project/media_gallery

   Always use the latest official release. Unpack it in your contributed
   modules directory (usually sites/all/modules).

2. Download other necessary projects.

   In addition to Media Gallery itself, you'll need several other modules and
   libraries on your site in order for your site's gallery functionality to
   work as designed.

   You should generally download the latest official release of each project.
   However, this version of Media Gallery has been specifically tested with the
   versions shown in parentheses below. If you do not use these exact versions,
   it is likely that this release will not work correctly.

   Required:

   a. Media (latest 2.x dev)
      - Download from http://drupal.org/project/media and unpack it in your
        contributed modules directory (usually sites/all/modules).
   b. Multiform (7.x-1.0)
      - Download from http://drupal.org/project/multiform and unpack it in your
        contributed modules directory (usually sites/all/modules).
   c. ColorBox jQuery plugin (latest release, tested with 1.3.17)
      - Download from http://colorpowered.com/colorbox and unpack it in
        sites/all/libraries (if the directory doesn't exist, create it first).

   Recommended for the best experience:

   a. Media Browser Plus (latest release, tested with 7.x-1.0-beta3)
      - Download from http://drupal.org/project/media_browser_plus and unpack
        it in your contributed modules directory (usually sites/all/modules).
   b. Media YouTube (latest release, tested with 7.x-1.0-beta3)
      - Download from http://drupal.org/project/media_youtube and unpack it in
        your contributed modules directory (usually sites/all/modules).
   c. Plupload (latest release, tested with 7.x-1.0)
      - First, download the module from http://drupal.org/project/plupload and
        unpack it in your contributed modules directory (usually
        sites/all/modules).
      - Next, download the Plupload JavaScript library from
        https://github.com/moxiecode/plupload/archive/v1.5.8.zip and
        unpack it in sites/all/libraries (if the directory doesn't exist,
        create it first). See the Plupload module's README.txt file for
        up-to-date instructions.

3. Enable the modules.

   a. Visit your site's Administration > Modules page.
   b. Enable Media Gallery itself to get the basic gallery functionality
      working. This will automatically enable all required modules.
   c. Optionally enable Media Browser Plus to get a better experience browsing
      and adding media to your galleries.
   d. Optionally enable Media YouTube to allow you to add YouTube videos to
      your galleries.
   e. Optionally enable Plupload to allow you to quickly add large numbers of
      images to your gallery at once, rather than having to upload them one at
      a time.

GETTING STARTED
---------------

There are a lot of fun things you can do with this module. Here are some
suggestions for getting started:

1. Go to Add content, and create a gallery.
2. The gallery will be empty by default, so use the "Add media" link to quickly
   upload a few images from your computer. Now you have a completely functional
   gallery, just like that!
3. Use the "Add media" link again, and switch to the "Web" tab. Find a YouTube
   video you like, and paste its URL there. Now it will be in the gallery too.
   (Note that the "Library" tab allows you to add existing media items from
   your site - for example, images that were uploaded using other modules - to
   the gallery as well.)
4. Back in the gallery, you can use drag-and-drop to rearrange the images and
   videos to your liking.
5. Use the "Edit media" tab to quickly edit all your items at once (for
   example, to give each item in the gallery a description, or to tag it).
6. Now click on one of the images in your gallery and watch it pop up in a
   lightbox. Inside the lightbox, you can scroll through the gallery items
   individually, or watch them play in a slideshow. Note that you can play your
   video from inside the lightbox also.
7. Back in the gallery, you can use the "Edit gallery" tab to customize several
   ways in which the gallery displays, and also make the gallery available as a
   block (which you can then place on your site by going to Administration >
   Structure > Blocks).
8. Your site's main menu should have a link called Galleries which was
   automatically added when you turned on the module. This page displays a
   collection of all the galleries you created. You can use drag-and-drop to
   rearrange the galleries here also.
9. The "Edit all galleries" tab that's available from here also lets you
   customize some additional aspects of how the Galleries page is displayed.

There's lots more to explore, so have fun!

CAVEATS
-------

This module is still in beta, and many of the modules it depends on are in beta
themselves, or even in alpha.

We therefore don't recommend using it on production sites, unless you're able
to tolerate bugs, maintain frequent database backups of your site, and keep
up-to-date on the module's development so that you can quickly apply any
patches if security issues are discovered. (As per Drupal's official policy at
http://drupal.org/security-advisory-policy, security issues discovered in a
module which has an alpha, beta, or other non-stable release will not result in
an advisory being issued and may be discussed publicly before a fix is
available.)

If you find bugs, please use the "Issues for Media Gallery" section at
http://drupal.org/project/media_gallery to search for existing bug reports
about the same issue, and if there isn't one, file a new bug report. Please
help us make this module better!  In addition to coding and reporting bugs, we
can use help managing the issue queue as well as writing documentation. If you
want to help but don't know how, feel free to file a support request in the
issue queue, and we'll get you started with some suggestions.

File

README.txt
View source
  1. INSTALLATION
  2. ------------
  3. 1. Download Media Gallery from http://drupal.org/project/media_gallery
  4. Always use the latest official release. Unpack it in your contributed
  5. modules directory (usually sites/all/modules).
  6. 2. Download other necessary projects.
  7. In addition to Media Gallery itself, you'll need several other modules and
  8. libraries on your site in order for your site's gallery functionality to
  9. work as designed.
  10. You should generally download the latest official release of each project.
  11. However, this version of Media Gallery has been specifically tested with the
  12. versions shown in parentheses below. If you do not use these exact versions,
  13. it is likely that this release will not work correctly.
  14. Required:
  15. a. Media (latest 2.x dev)
  16. - Download from http://drupal.org/project/media and unpack it in your
  17. contributed modules directory (usually sites/all/modules).
  18. b. Multiform (7.x-1.0)
  19. - Download from http://drupal.org/project/multiform and unpack it in your
  20. contributed modules directory (usually sites/all/modules).
  21. c. ColorBox jQuery plugin (latest release, tested with 1.3.17)
  22. - Download from http://colorpowered.com/colorbox and unpack it in
  23. sites/all/libraries (if the directory doesn't exist, create it first).
  24. Recommended for the best experience:
  25. a. Media Browser Plus (latest release, tested with 7.x-1.0-beta3)
  26. - Download from http://drupal.org/project/media_browser_plus and unpack
  27. it in your contributed modules directory (usually sites/all/modules).
  28. b. Media YouTube (latest release, tested with 7.x-1.0-beta3)
  29. - Download from http://drupal.org/project/media_youtube and unpack it in
  30. your contributed modules directory (usually sites/all/modules).
  31. c. Plupload (latest release, tested with 7.x-1.0)
  32. - First, download the module from http://drupal.org/project/plupload and
  33. unpack it in your contributed modules directory (usually
  34. sites/all/modules).
  35. - Next, download the Plupload JavaScript library from
  36. https://github.com/moxiecode/plupload/archive/v1.5.8.zip and
  37. unpack it in sites/all/libraries (if the directory doesn't exist,
  38. create it first). See the Plupload module's README.txt file for
  39. up-to-date instructions.
  40. 3. Enable the modules.
  41. a. Visit your site's Administration > Modules page.
  42. b. Enable Media Gallery itself to get the basic gallery functionality
  43. working. This will automatically enable all required modules.
  44. c. Optionally enable Media Browser Plus to get a better experience browsing
  45. and adding media to your galleries.
  46. d. Optionally enable Media YouTube to allow you to add YouTube videos to
  47. your galleries.
  48. e. Optionally enable Plupload to allow you to quickly add large numbers of
  49. images to your gallery at once, rather than having to upload them one at
  50. a time.
  51. GETTING STARTED
  52. ---------------
  53. There are a lot of fun things you can do with this module. Here are some
  54. suggestions for getting started:
  55. 1. Go to Add content, and create a gallery.
  56. 2. The gallery will be empty by default, so use the "Add media" link to quickly
  57. upload a few images from your computer. Now you have a completely functional
  58. gallery, just like that!
  59. 3. Use the "Add media" link again, and switch to the "Web" tab. Find a YouTube
  60. video you like, and paste its URL there. Now it will be in the gallery too.
  61. (Note that the "Library" tab allows you to add existing media items from
  62. your site - for example, images that were uploaded using other modules - to
  63. the gallery as well.)
  64. 4. Back in the gallery, you can use drag-and-drop to rearrange the images and
  65. videos to your liking.
  66. 5. Use the "Edit media" tab to quickly edit all your items at once (for
  67. example, to give each item in the gallery a description, or to tag it).
  68. 6. Now click on one of the images in your gallery and watch it pop up in a
  69. lightbox. Inside the lightbox, you can scroll through the gallery items
  70. individually, or watch them play in a slideshow. Note that you can play your
  71. video from inside the lightbox also.
  72. 7. Back in the gallery, you can use the "Edit gallery" tab to customize several
  73. ways in which the gallery displays, and also make the gallery available as a
  74. block (which you can then place on your site by going to Administration >
  75. Structure > Blocks).
  76. 8. Your site's main menu should have a link called Galleries which was
  77. automatically added when you turned on the module. This page displays a
  78. collection of all the galleries you created. You can use drag-and-drop to
  79. rearrange the galleries here also.
  80. 9. The "Edit all galleries" tab that's available from here also lets you
  81. customize some additional aspects of how the Galleries page is displayed.
  82. There's lots more to explore, so have fun!
  83. CAVEATS
  84. -------
  85. This module is still in beta, and many of the modules it depends on are in beta
  86. themselves, or even in alpha.
  87. We therefore don't recommend using it on production sites, unless you're able
  88. to tolerate bugs, maintain frequent database backups of your site, and keep
  89. up-to-date on the module's development so that you can quickly apply any
  90. patches if security issues are discovered. (As per Drupal's official policy at
  91. http://drupal.org/security-advisory-policy, security issues discovered in a
  92. module which has an alpha, beta, or other non-stable release will not result in
  93. an advisory being issued and may be discussed publicly before a fix is
  94. available.)
  95. If you find bugs, please use the "Issues for Media Gallery" section at
  96. http://drupal.org/project/media_gallery to search for existing bug reports
  97. about the same issue, and if there isn't one, file a new bug report. Please
  98. help us make this module better! In addition to coding and reporting bugs, we
  99. can use help managing the issue queue as well as writing documentation. If you
  100. want to help but don't know how, feel free to file a support request in the
  101. issue queue, and we'll get you started with some suggestions.