You are here

README.txt in Album Photos 7.3

Same filename in this branch
  1. 7.3 README.txt
  2. 7.3 photos_swfu/README.txt
Same filename and directory in other branches
  1. 8.5 README.txt
  2. 8.4 README.txt
  3. 6.2 README.txt
  4. 6.0.x README.txt
version:7.x-2.x

INSTALL
-------

  *Depends on core image and file module(s).
  *Content type photos created automatically as primary album type.
  *Configure global settings: admin/config/media/photos
  *Update permissions.
  *For inline editing photo title and description:
    1. Install the Libraries API 2.x module.
    2. Save jquery.jeditable.js AND jquery.jeditable.mini.js from http://www.appelsiini.net/projects/jeditable.
    3. Add both files to sites/all/libraries/jeditable.
  *For colorbox integration:
    1. Install the Colorbox module.
    2. On the Colorbox module settings page check "Enable Colorbox load" in extra settings and save.


LOCKED AND PASSWORD PROTECTED GALLERIES
---------------------------------------

  *Please note that locked and password protected galleries will not protect the actual image url.
    - For truly private / locked galleries you must set up Drupal to use a private file system.


SEO
---

  *To help prevent bots from voting if anonymous voting is enabled and for
    better SEO you may want to add the following to your robots.txt file:

# Paths (clean URLs)
Disallow: /photos/image/*/vote/
Disallow: /photos/zoom/

# Paths (no clean URLs)
Disallow: /?q=photos/image/*/vote/
Disallow: /?q=photos/zoom/


UPGRADE
-------

  *Upgrade from D6 to D7.
  *If you are using the photos_access module in D6 delete the directory from your modules folder.
    The photos_access module is now included as a sub module in D7 photos.
  *Files will be transfered from old core files database table to new file_managed table.
  *Backup database! Backup files table before upgrade.
  *Database tables are renamed from x_* to photos_* (update any custom modules / code).
  *When upgrading from Drupal 6 to Drupal 7 your images will be rebuilt
    with the core image caching system. Warning: do not delete your old
    image directories, they could still be in use by your users external
    links and shared galleries, etc.
  *Update core image styles to meet your needs.
  *Update gallery settings to use new image sizes: admin/config/media/photos.


FEATURES
--------

  photos:
  *Create photo galleries.
  *Upload and manage images.
  *Comment on images.
  *Vote on images.
  *Integrates with core image styles.
  *Support for Drupal core private file system.

  photos_swfu
  *Upload multiple images with SWFUpload.

  photos_access
  *Lock albums.
  *Password protected albums.
  *Create list of users who can access certain albums.
  *Create list of users who can edit albums, collaborators.

CREDITS
-------

  photos search integration by:
  R o n a l d   B a r n e s

File

README.txt
View source
  1. version:7.x-2.x
  2. INSTALL
  3. -------
  4. *Depends on core image and file module(s).
  5. *Content type photos created automatically as primary album type.
  6. *Configure global settings: admin/config/media/photos
  7. *Update permissions.
  8. *For inline editing photo title and description:
  9. 1. Install the Libraries API 2.x module.
  10. 2. Save jquery.jeditable.js AND jquery.jeditable.mini.js from http://www.appelsiini.net/projects/jeditable.
  11. 3. Add both files to sites/all/libraries/jeditable.
  12. *For colorbox integration:
  13. 1. Install the Colorbox module.
  14. 2. On the Colorbox module settings page check "Enable Colorbox load" in extra settings and save.
  15. LOCKED AND PASSWORD PROTECTED GALLERIES
  16. ---------------------------------------
  17. *Please note that locked and password protected galleries will not protect the actual image url.
  18. - For truly private / locked galleries you must set up Drupal to use a private file system.
  19. SEO
  20. ---
  21. *To help prevent bots from voting if anonymous voting is enabled and for
  22. better SEO you may want to add the following to your robots.txt file:
  23. # Paths (clean URLs)
  24. Disallow: /photos/image/*/vote/
  25. Disallow: /photos/zoom/
  26. # Paths (no clean URLs)
  27. Disallow: /?q=photos/image/*/vote/
  28. Disallow: /?q=photos/zoom/
  29. UPGRADE
  30. -------
  31. *Upgrade from D6 to D7.
  32. *If you are using the photos_access module in D6 delete the directory from your modules folder.
  33. The photos_access module is now included as a sub module in D7 photos.
  34. *Files will be transfered from old core files database table to new file_managed table.
  35. *Backup database! Backup files table before upgrade.
  36. *Database tables are renamed from x_* to photos_* (update any custom modules / code).
  37. *When upgrading from Drupal 6 to Drupal 7 your images will be rebuilt
  38. with the core image caching system. Warning: do not delete your old
  39. image directories, they could still be in use by your users external
  40. links and shared galleries, etc.
  41. *Update core image styles to meet your needs.
  42. *Update gallery settings to use new image sizes: admin/config/media/photos.
  43. FEATURES
  44. --------
  45. photos:
  46. *Create photo galleries.
  47. *Upload and manage images.
  48. *Comment on images.
  49. *Vote on images.
  50. *Integrates with core image styles.
  51. *Support for Drupal core private file system.
  52. photos_swfu
  53. *Upload multiple images with SWFUpload.
  54. photos_access
  55. *Lock albums.
  56. *Password protected albums.
  57. *Create list of users who can access certain albums.
  58. *Create list of users who can edit albums, collaborators.
  59. CREDITS
  60. -------
  61. photos search integration by:
  62. R o n a l d B a r n e s