"view on Flickr" link doesn't work
momander - April 18, 2005 - 03:45
| Project: | Flickr Module |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
When I click the "view on Flickr" link for a photo set, I get a 404 page on Flickr. See attached screenshot.
| Attachment | Size |
|---|---|
| flickr_bug_screenshot2.GIF | 66.93 KB |

#1
Not sure what that's about. Works for others. Let me check.
#2
When I click the "view locally" link for a photo set, I get a not found page. See attached screenshot.
#3
It's not yet solved in the current cvs-version. You have to replace your flickr-username ('momander') with your flickr-id ('63137871@N00')
http://www.flickr.com/photos/momander/sets/240593 >> http://www.flickr.com/photos/63137871@N00/sets/240593/
In flickr.module you have to replace
variable_get('flickr_uname','jluster')withvariable_get('flickr_uid','35034355182@N01'), where you have a link pointing to the flickr webpage.#4
This issue has been resolved in the latest CVS Release
Thanks
Warren Noronha
#5
#6