arunshekher / navatar

An e107 plugin that generates user avatar from user initials.
7 stars 2 forks source link
avatar cms e107 e107-cms e107-plugin e107-v2 e107v2 initial-avatar php56 php7 user-avatar

License: AGPL v3 Join the chat at https://gitter.im/navatar-e107/community

Navatar

Name + Avatar = 'Navatar', connotes 'New Avatar!'
An e107 CMS plugin that incarnates user avatar from your initials.

navatar

Description

Navatar is a wrapped/encapsulated implementation of the awesome php library by Lasse Rafn named php-initial-avatar-generator. Navatar uses initials from usernames or real names of site users to automatically generate avatar images if they haven't uploaded their own.

Requirements

Installing Dependencies

When downloading this plugin directly via the e107 plugin manager in the admin area or from the e107.org official website the package lacks dependencies required for the plugin to work, this is due to upload size limitation at e107.org. You'll have to fetch these dependencies using composer or download the whole package from plugin repository here in Github.

To install the dependencies using composer run the following command in the plugin directory:

composer install

If your web-server does not allow running commands in a secure shell session; or for any other reasons, you may download the plugin from its repository here and upload it manually using FTP or other means.

Contributions

Community contributions to Navatar plugin are welcome. Since the project is still in its infancy there are specific priorities for development right now. Please take a look at project roadmap before contributing via issues and pull requests.

Ways to contribute

Release History