This bug has been happening to me for a while now. It seems that when a photo url value has a '_b' that it gets replaced/removed for example:
The url for the photo with ID 2685270761 that flickr sets to 'http://farm4.static.flickr.com/3150/2685270761_b48bfdb6c8.jpg' is set from the filter as 'http://farm4.static.flickr.com/3150/268527076148bfdb6c8.jpg'.
Here are a couple of photo filters values that I have seen issues with:
[flickr-photo:id=2685270761,size=s]
[flickr-photo:id=2685278283,size=s]
[flickr-photo:id=2686105332,size=s]
I'm not sure what would cause this other than a regex bug. I not familiar enough with the code and Drupal modules to know exactly where to look but I have been looking.
Comments
Comment #1
ibbumpin commentedI should also add that in the title when I said ids I mean flickr farm URLs. Sorry.
Comment #2
ibbumpin commentedI actually traced this bug down to lightbox2. In the module file lightbox2/js/auto_image_handling.js is replacing this. This is not a flickr api bug.
Comment #3
ibbumpin commentedI actually traced this bug down to lightbox2. In the module file lightbox2/js/auto_image_handling.js is replacing this. This is not a flickr api bug.