I have a site that has a large number of members and each member has an upload field allowing them to add a profile photo. Is it all possible to use the image cropper with this field so that all profile photos can be copped to the preferred size?
I've used it on a site with a documenttype that contained an Upload field. In the datatype settings of the Image Cropper you can set which alias it needs to crop. Hope it work also for memberstypes. I assume it will.
I assume that you are still refering to editing inside the Umbraco administration right? (I need cropping on a content page that is the goal)
But nothing really happens ... I have a document type that contains a property with the alias 'umbracoFile' and the type 'Upload' ... the image cropper has its 'property alias' set to 'umbracoFile' as well - but nothing happens in the Umbraco administration, its the same old upload field that is rendered ...
Use with upload datatype
First of all thanks for this great package.
I have a site that has a large number of members and each member has an upload field allowing them to add a profile photo. Is it all possible to use the image cropper with this field so that all profile photos can be copped to the preferred size?
Hi Simon,
I've used it on a site with a documenttype that contained an Upload field. In the datatype settings of the Image Cropper you can set which alias it needs to crop. Hope it work also for memberstypes. I assume it will.
Cheers,
Richard
Thanks Richard that did the trick!
Hi Simon and Richard
How did you do this?
I assume that you are still refering to editing inside the Umbraco administration right? (I need cropping on a content page that is the goal)
But nothing really happens ... I have a document type that contains a property with the alias 'umbracoFile' and the type 'Upload' ... the image cropper has its 'property alias' set to 'umbracoFile' as well - but nothing happens in the Umbraco administration, its the same old upload field that is rendered ...
is working on a reply...