I'd like to be able to add something like:
[flickr-show-all-pictures-in-photoset:id=xxxx,size=m]
Currently, [flickr-photoset:id=xxx,size=m] just shows a single photo in the photoset, and clicking on the link takes you to the entire photo set. This is of little use - I'd like it to show all photos in a photo set.
Comments
Comment #1
harry slaughtersubscribe.
was wondering whether this is possible via flickr api myself.
i was hoping for the ability to host thumbnail galleries on a drupal site with the full sized images being hosted on flickr.
Comment #2
karens commentedA related issue is at http://drupal.org/node/152792. That would implement a method to bring back all photos from a photoset.
Comment #3
Anonymous (not verified) commentedVery interesting .
So it looks as though we can implement a filter along the lines of [flickr-show-all-pictures-in-photoset:id=xxxx,size=m] with the help of a wrapper function based on the flickr API method Implement photosets.getPhotos.
I'll work on this next week.
Best, Paul
Comment #4
eagereyes commentedSubscribing.
Comment #5
gjk commentedSubscribing.
Comment #6
tms8707056 commentedI would also like this functionality. Any word on how it is coming?
Comment #7
Anonymous (not verified) commentedThis feature request is resolved @
http://drupal.org/node/262591
Comment #8
Anonymous (not verified) commentedComment #9
Carlos Miranda Levy commentedHow about for ver 5.x?
It has not been resolved.
Comment #10
GBain22 commentedhas this been solved for drupal 5 yet?
Regards, Garry.
Comment #11
sylvain_a commentedThis would still be interesting to many large-scale sites still using Drupal 5.
(I realize that the latest version for Drupal 5, 5.x-1.3 is from April 2008, though)
Comment #12
sylvain_a commentedI wouldn't hold my breath for a new Drupal 5 version, but for the few, the proud, the Drupal 5-er, here is the solution we used:
1) We used the existing patch in Drupal 6 for this topic, which we applied manually in Drupal 5.
http://drupal.org/node/262591#comment-2888036
2) We inserted the missing "flick_set_load" function, which can be found at the end of /flickr/sets/flickr_sets.module in Drupal 6.