This plugin for DLE allows you and your users to change avatars using https://ui-avatars.com/
api
Use this code in userinfo.tpl so that the user can change the parameters
{ui-avatar}
Use this code in our other temoplates file via see user avatar.
{include file="engine/modules/ticcix/avatar/show.php"}
{include file="engine/modules/ticcix/avatar/show.php?userName=Ticcix&color=303030&background=eaeaea&size=100&rounded=true&format=svg"}
Us
userName | It's username |
---|---|
color | your text color |
background | your background |
size | image size |
rounded | false or true |
format | png or svg |