URL in PhotoBadge has repeated elements

dan3h - March 6, 2007 - 21:27
Project:Flickr CCK
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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").

#1

gusaus - July 17, 2007 - 01:59

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

dan3h - July 24, 2007 - 15:15

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.

 
 

Drupal is a registered trademark of Dries Buytaert.