Closed (duplicate)
Project:
Flickr
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Dec 2008 at 01:04 UTC
Updated:
26 Feb 2009 at 11:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tms8707056 commentedThis is my first patch... so I'm not sure if I did it right. I have added a permissions check for displaying the Flickr Settings section on user profiles. If a user does not have view own photos permission then the option to add their Flickr ID disappears from their profile edit page.
Comment #2
Grumot commentedI installed it at mines.... It seems to work fine ;-)
Thanks!
Comment #3
Anonymous (not verified) commentedThis patch looks to be already incooporated in the latest development release on drupal.org
function flickr_user($op, &$edit, &$account, $category = NULL) {
if ($op == 'form' && (user_access('view own flickr photos') || user_access('administer flickr'))) {
Best, Paul
Comment #4
hnln commentedDoes this also apply for the drupal 5 release (since the latest dev release for drupal 5 doesn't match the dates of these comments).
If not, will this be incorporated ?
Tnx,
HnLn