Active
Project:
Flickr CCK
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2007 at 21:27 UTC
Updated:
24 Jul 2007 at 15:15 UTC
In the html which is output by the flickr badge, contains a URL (to flickr.com) which ends with a GET-query that looks something like:
?user_id=&tags=TagA%2CTagB&tag_mode=all
What I was seeing with Flickr Badges was that the &tags= part was being appended a second time at the end of the URL, this second time with no actual tag parameters. As a result, the tags I wished to be shown in my photobadge (TagA and TagB in this example) were being ignored.
I installed the latest 4.7.x-1.x-dev of flickr_cck with the latest 4.7 version (from CVS) of flickr (not "flickr module").
Comments
Comment #1
gusaus commentedthis is exact same problem that i'm having - when i take out the last 'tag_mode=all', the badge works perfectly - is this an easy fix?
Comment #2
dan3h commentedI think I just edited the module, found the place where it was appending it the extra
&tags=, and removed it. It was pretty easy.