How about being able to list all photosets for the user id set? (either as thumbnails within a single node, or as multiple nodes)
Then clicking on a thumbnail would show the list of all photos in that set (that particular feature has already been requested, I think).
I really like the plugin shown here: http://bogong.dk/gallery
You can go through the list of all photosets, then all photos within a set, watch the photos as in an embedded diaporama, and then finally switch to Flickr if you like.
I like the idea of having everything embedded on your Drupal website without having to be redirected to Flickr (and just display a link to it).
I'm thinking about contributing, since phpFlickr libraries provides all tools for that, but I'm lacking experience in writing drupal modules...
Any pro to do it so much better?
Cheers
T
Comments
Comment #1
HorsePunchKid commentedIf I understand correctly, this feature already exists. If I go to http://example.com/flickr/userid/sets, I see a nice list of all of my Flickr photosets, with thumbnails and a count of how many photos are in each set. Clicking on a thumbnail takes me to a page showing me all of the photos in that photoset.
Comment #2
gan_drupal commentedHi Horsepunchkid,
I looking for that link u mentioned. I want this[http://example.com/flickr/userid/sets] photosets to be displayed in other page[for me its 'Multimedia' page].
Help Appreciated !!!
Comment #3
andrewlevine commentedSounds like you want to make a URL alias.
http://drupal.org/handbook/modules/path
Comment #4
gan_drupal commentedHi andrew,
What i need is, i want to display my photosets in my custom page
Comment #5
andrewlevine commentedYour best bet is probably to either:
1. Override the theme_flickr_sets_photosets function with your own custom stuff
2. Check out the flickr api in the flickr.inc file and make your own custom page
Comment #6
sonicthoughts commentedis there any way to show all the sets available with a photo and allow a user to click a photo and see all the photos in the set -- without without programming. this is basically replicating flickr sets inside drupal.
Comment #7
Anonymous (not verified) commentedThis is fixed @
http://drupal.org/node/262591
Comment #8
Anonymous (not verified) commented