Closed (fixed)
Project:
Flickr
Version:
7.x-1.x-dev
Component:
flickr (main module)
Priority:
Normal
Category:
Bug report
Reporter:
Created:
31 Jul 2009 at 07:01 UTC
Updated:
20 Apr 2011 at 10:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
KirstenLangholz commentedSame problem here. Very annoying.
Comment #2
socialnicheguru commentedVERY annoying.
Ok. This is not the drupal way, but I did just go in and comment out these two lines:
grep -in 'does not have a Flickr account' *
flickr.module:99: drupal_set_message(t('%user does not have a Flickr account', array('%user' => $account->name)), 'error');
flickr.module:185: drupal_set_message(t('%user does not have a Flickr account', array('%user' => $account->name)), 'error');
Comment #3
donquixote commentedSee also #752182: Error message in flickr_photos_access()
Where is this going?
It is not realistic to assume that every user on a site will have his/her flickr account configured. Showing an error message for every such user is inappropriate and not helpful.
The message should be removed, and the user should simply be ignored by the flickr module.
Comment #4
jody lynnThat message needs to go.
Comment #5
tim.plunkettTested and confirmed.
Comment #6
Anonymous (not verified) commentedThanks guys, i'll get that committed today.
// Paul Booker