Closed (fixed)
Project:
Flickr
Version:
7.x-1.x-dev
Component:
flickr_filter
Priority:
Normal
Category:
Feature request
Reporter:
Created:
27 Sep 2010 at 09:08 UTC
Updated:
8 Mar 2013 at 11:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wooldridge commentedI'm submitting a patch for the Drupal 7 version that adds the 'Medium 640' format to the flickr_photo_sizes() array, allowing a user to show this format with the 'z' size parameter. I also updated the README.txt file to add that parameter in the size list.
Comment #2
FallinHigh commentedi'm currently working on drupal 6 and tried the same as you did but it didn't work.. do you know why?
Comment #3
wooldridge commentedThe same changes worked for me in Drupal 6. Not sure if it's needed but I'm attaching a patch file for that as well.
@FallinHigh, not sure what your problem might be, but I had to disable and then re-enable my Flickr module to get the change to take.
Also, make sure you leave the '-' label as 'Medium' (do not change it to 'Medium 500'). The labels need to exactly match the size labels that Flickr returns. You can view these labels via this page:
http://www.flickr.com/services/api/explore/?method=flickr.photos.getSizes
Comment #4
dan_aka_jack commentedThe following issue is very similar (identical?): http://drupal.org/node/1305090
Comment #5
Anonymous (not verified) commentedComment #6
lolandese commentedThis is now in the D7 dev version. If you still need it for D6, open a new issue with a request to back port.