hypejunction / avatars
This package is abandoned and no longer maintained.
The author suggests using the hypejunction/hypeicons package instead.
Avatar API
Package info
github.com/hypeJunction/Elgg-avatars
Type:elgg-plugin
pkg:composer/hypejunction/avatars
1.1.1
2016-02-24 18:54 UTC
Requires
- php: >=5.5
- composer/installers: ~1.0
- hypejunction/cropper: ~1.0
- hypejunction/images: ~1.0
Suggests
README
ABANDONED The plugin had a serious negative impact on performance, so I have abandoned it. Use https://github.com/hypeJunction/hypeLists
Features
- Generic API and UI for uploading, handling and cropping entity avatars
Usage
Allow avatars
To allow entities to have avatars, use 'avatars:enabled', "$type:$subtype" hook.
Input Field
echo elgg_view('input/avatar', array( 'entity' => $entity, 'name' => 'upload', ));
Action
avatars_create_avatar_from_upload($entity, 'upload');