PDA

View Full Version : Where to change Custom Avatar Thumbnail Dimensions?


mnguyen04
01-01-2011, 12:02 AM
hi guys

I noticed that Custom Avatars automatically create a thumbnail of dimensions 60px by 60px in the customavatar.filedata_thumb table column.

I was wondering where to change the dimensions. I can't seem to find it in the Admin CPanel nor do I know where to scour in the code.

Thanks and Happy New Year!
Mike

Lynne
01-01-2011, 04:57 PM
It's at the top of class_core.php:
define('FIXED_SIZE_AVATAR_WIDTH', 60);
define('FIXED_SIZE_AVATAR_HEIGHT', 80);

mnguyen04
01-01-2011, 08:16 PM
Awesome, thanks Lynne