You are here

README.txt in Flickr 6

Same filename in this branch
  1. 6 README.txt
  2. 6 filter/README.txt
  3. 6 block/README.txt
  4. 6 field/README.txt
Same filename and directory in other branches
  1. 7 field/README.txt
NAME
====
Flickr Field
Part of the Flickr module. Project page at https://drupal.org/project/flickr

OVERVIEW
========
Add Flickr images or sets to content as fields:
- can be added to entities, usually nodes
- have several formatting options to use various sizes
- can be queried with the Views module.
There are two kind of module provided Flickr fields. Only the first type is used
for single Flickr photos. Both type of fields can be used for Flickr Photo Sets
but each in a different way.

Flickr Photo
------------
Store Flickr Photo or Photoset IDs and display the photos in nodes and Views. It
displays all images of a Flickr Photo Set and links to the individual Flickr
Photo pages. The sub-module Flickr Sets should be enabled to use sets in this
field.

Flickr Photo Set
----------------
Field for storing a reference to a Flickr photo set. It displays only the
primary reprensenting image of a set and links to the Flickr Photo Set page.

FIELD CONFIGURATION
===================
- Go to '/admin/content/types'
- Click 'manage fields'
- Add new field > Flickr Photo or Flickr Photo Set (sub-module Flickr Sets should be enabled to use sets in this field)
- Configure as desired
- Save settings
Then:
- Go to '/admin/content/node-type/[node-type]/fields'
- Click 'Display fields'
- Select the formatter for a Flickr field (a size or Flash slideshow)
- Save

NOTE:
For square images ('s': 75px and 'q': 150px) no real width needs to be fetched,
giving it a performance advantage over other sizes. Recommended if you include
many images.

File

field/README.txt
View source
  1. NAME
  2. ====
  3. Flickr Field
  4. Part of the Flickr module. Project page at https://drupal.org/project/flickr
  5. OVERVIEW
  6. ========
  7. Add Flickr images or sets to content as fields:
  8. - can be added to entities, usually nodes
  9. - have several formatting options to use various sizes
  10. - can be queried with the Views module.
  11. There are two kind of module provided Flickr fields. Only the first type is used
  12. for single Flickr photos. Both type of fields can be used for Flickr Photo Sets
  13. but each in a different way.
  14. Flickr Photo
  15. ------------
  16. Store Flickr Photo or Photoset IDs and display the photos in nodes and Views. It
  17. displays all images of a Flickr Photo Set and links to the individual Flickr
  18. Photo pages. The sub-module Flickr Sets should be enabled to use sets in this
  19. field.
  20. Flickr Photo Set
  21. ----------------
  22. Field for storing a reference to a Flickr photo set. It displays only the
  23. primary reprensenting image of a set and links to the Flickr Photo Set page.
  24. FIELD CONFIGURATION
  25. ===================
  26. - Go to '/admin/content/types'
  27. - Click 'manage fields'
  28. - Add new field > Flickr Photo or Flickr Photo Set (sub-module Flickr Sets should be enabled to use sets in this field)
  29. - Configure as desired
  30. - Save settings
  31. Then:
  32. - Go to '/admin/content/node-type/[node-type]/fields'
  33. - Click 'Display fields'
  34. - Select the formatter for a Flickr field (a size or Flash slideshow)
  35. - Save
  36. NOTE:
  37. For square images ('s': 75px and 'q': 150px) no real width needs to be fetched,
  38. giving it a performance advantage over other sizes. Recommended if you include
  39. many images.