Needs review
Project:
Avatar Approval
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2010 at 06:52 UTC
Updated:
27 Sep 2013 at 15:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalad commentedYou mean you let users occupy something like 1MB on your server for each of their avatars? Quite expensive, don't you think? Have you tried setting the maximum size of uploaded user pictures on the admin/user/settings page, "picture support" section?
Comment #2
dalad commentedComment #3
marinex commentedHi I thing that it is good feature :-) I created patch. It is like Avatar selection module. It add dropdown box, where you can select preset for Approval list. It is for the latest dev version. This patch is for avatarapproval.pages.inc.
;-) Marinex
Comment #4
dalad commentedI'll see what I can do to integrate it as soon as I have time.
Thanks for your contribution
Comment #5
dalad commentedHi marinex. It seems that the patch is not the only thing that needs to be applied in order to make things work. At the moment I'm trying to get avatars cached by imagecache but there are no files in the preset directory, only imagecache_sample.png
I would be grateful if you can make a list of all the steps that I need to follow in order to make imagecache work with avatarapproval in a clean environment (meaning: a new drupal installation, not your test installation)
Thank you
Comment #6
dalad commentedComment #7
marinex commentedHi Dalad Sorry for long delay.
I attach my Avatar Approval module.
Comment #8
dalad commentedthank you, I'll give a look. Reopening this issue...
Comment #9
R2-D8 commentedI've always been, and still do, using imagecache_profiles to force the dimensions of uploaded user pictures. And through core limits i limit file dimension and size anyway.
The 7.x version of ImageCache Profiles still version needs a little work.
I'm looking forward uploading a patch in the corresponding issue thread.