Flickr Gallery

Component ID

187409

Component name

Flickr Gallery

Component type

module

Component security advisory coverage

not-covered

Downloads

1739

Component created

Component changed

Component body

This module was inspired by Angie Byron's article at lullabot.com on How to create Flickr in Drupal. It automates the creation of a Flickr type gallery community, where you can search for photos by user or by category. The module provides:

  • Three views: two for viewing photos by term or user, and a front page view that shows the most recently uploaded photos
  • A CCK content type for holding the photos
  • An admin page for specifying the views and categories to be used

Additional modules required are Content (CCK), Imagelist, Views, and Taxonomy List.

Update: I've created a BETA2 release that cleans up some of the reported issues:

  • Initial vocabulary not created
  • One view missing

I'm trying to find a way to modify the link to the user name on nodes so that it points to the user's gallery instead of the profile page in the module instead of having to do it in the theme, so file an issue or drop me a note if you know a way (hook_nodepai() maybe?).