Issue status update for http://drupal.org/node/27234 Post a follow up: http://drupal.org/project/comments/add/27234 Project: Drupal Version: cvs Component: user.module Category: tasks Priority: normal Assigned to: nysus Reported by: nysus Updated by: mathias Status: patch The maximum width and height dimensions still apply when there is no image library installed (see user_validate_picture()). Maybe we could detect if an image library is present and inform the user their picture will automatically be resized to dimension x and y, otherwise the text is displayed as it presently is. mathias Previous comments: ------------------------------------------------------------------------ Fri, 22 Jul 2005 00:51:16 +0000 : nysus Attachment: http://drupal.org/files/issues/user_22.patch (1.06 KB) This change removes the maximum dimensions and file size text appears in the description for uploading user profile images (avatars). Drupal appears to handle the resizing of images automatically now so text is not needed. ------------------------------------------------------------------------ Fri, 22 Jul 2005 00:59:40 +0000 : nysus Attachment: http://drupal.org/files/issues/user_23.patch (1.06 KB) Bug in above patch (missing paren) fixed.