When I add a filter for a Flickr set like the one below
[flickr-photoset:id=,size=m]
it points to:
http://www.flickr.com/photos//
instead of:
http://www.flickr.com/photos//sets/
I'm using Drupal 5.1
When I add a filter for a Flickr set like the one below
[flickr-photoset:id=,size=m]
it points to:
http://www.flickr.com/photos//
instead of:
http://www.flickr.com/photos//sets/
I'm using Drupal 5.1
Comments
Comment #1
calagan-1 commentedWhen I add a filter for a Flickr set like the one below
it points to:
instead of:
Comment #2
anj commentedYes, this can be fixed by changing flickr.inc so that this line:
becomes
However, I'm not familiar enough with the module to be sure whether this the right fix, or if this is some more subtle configuration bug. Works for me anyway!
Hope that helps.
Anj
Comment #3
anj commentedWhoops, got the slash in the wrong place there...
That's the ticket.
Please note that I am making the assumption that the filter gets the url from the 'flickr_photoset_page_url()' function. My apologies if this is not the cause.
If folks would prefer that even very small changes like this are provided as patches against HEAD, I can set that up. Although it might take a few days to get things set up.
Hope that helps.
Anj
Comment #4
drewish commentedpatches are best, for small stuff like this i can usually copy and paste it pretty quickly but for anything more substantial the chance of error increases very quickly. i'll try to get this applied today.
Comment #5
drewish commentedokay, it's committed.
Comment #6
anj commentedThanks. I'll supply patches in future.
Anj
Comment #7
(not verified) commented