Posted by dan3h on March 6, 2007 at 9:27pm
Jump to:
| Project: | Flickr CCK |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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?
#2
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.