User image
couzinhub - March 7, 2008 - 22:09
| Project: | Imagefield Crop |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I wonder how hard it would be to have this great functionnality happening on user image ?
When I upload an image for my profile, I would be able to crop it.. sounds great to me ;) !

#1
agreed
#2
hmm.. look what I found:
http://drupal.org/project/avatarcrop
#3
update:
I really wanted this functionality you requested for my site so I did a bunch of research and decided on using content profile: http://drupal.org/project/content_profile
It easily integrated into my drupal installation and it looks pretty slick. (CP attaches itself to the drupal account page so it looks completely integrated)
I disabled drupal's core "user picture".
Then I added a "imagefield crop" field to the user profile made by CP.
Tada! Croppable user image.
Correct me if I am wrong, but we should be able to use views anywhere to call this field right?
#4
Maybe it will sound silly of my part but I have problems displaying the cropped image using the views module :(
I'm testing the dev version because the other version have an error in IE.
#5
using views you should simply choose 'image' in the display list , is it what you use ?