0.5.1 • Published 10 years ago

nodebb-plugin-gravatar-extended v0.5.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

nodebb-plugin-gravatar-extended

This plugin will extend some parameters to the Gravatar default image URL to make the default avatars rich.

Usage

Inside NodeBB ACP > General Settings > User > Avatars > Custom Gravatar Default Image, this field is going to accept these parameters:

  • %md5 - the MD5 string of the user's email
  • %email - the raw email address
  • %user - the user name
  • %size - the image size

Example

You can use %md5 to fetch Automatic Avatars by entering:

https://avatars.moe/Default/%md5/128.png

Or you can use %email to fetch Adorable Avatars by entering:

http://api.adorable.io/avatar/128/%email.png

Installation

npm install nodebb-plugin-gravatar-extended

License

MIT

(C) Jeremy Lam JLChnToZ, 2014.

0.5.1

10 years ago

0.5.0

10 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago