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 ;) !

Comments

rajaito’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev

agreed

rajaito’s picture

hmm.. look what I found:

http://drupal.org/project/avatarcrop

rajaito’s picture

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?

betoaveiga’s picture

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.

Anonymous’s picture

using views you should simply choose 'image' in the display list , is it what you use ?

yhager’s picture

Status: Active » Closed (works as designed)

This one's just out - I believe it should give you what you need (but I haven't tested yet - please update here):
http://drupal.org/project/imagefield_avatar