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

harry slaughter’s picture

subscribe.

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.

karens’s picture

A related issue is at http://drupal.org/node/152792. That would implement a method to bring back all photos from a photoset.

Anonymous’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Assigned: Unassigned »

Very 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

eagereyes’s picture

Subscribing.

gjk’s picture

Subscribing.

tms8707056’s picture

I would also like this functionality. Any word on how it is coming?

Anonymous’s picture

Status: Active » Fixed

This feature request is resolved @
http://drupal.org/node/262591

Anonymous’s picture

Status: Fixed » Closed (fixed)
Carlos Miranda Levy’s picture

How about for ver 5.x?
It has not been resolved.

GBain22’s picture

has this been solved for drupal 5 yet?

Regards, Garry.

sylvain_a’s picture

This 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)

sylvain_a’s picture

I 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.