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

gusaus’s picture

this 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?

dan3h’s picture

I think I just edited the module, found the place where it was appending it the extra &tags=, and removed it. It was pretty easy.