How do I use the hash in avatar -> gravatar -> hash to get an avatar to display? Do I use it with the path provided in Configuration and profile? Is the hash the name of the avatar file?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 11 outubro 2015 às 11:01 AM
Hi Umair,
The hash is to be used with Gravatar. You can read about their implementation here.
You can see my image hash is "557dee95e4b8498738cdad86f7f8acce.jpg" which can then be used like so:
Cheers.
Resposta de Umair
em 11 outubro 2015 às 2:32 PM
Ah I didn't know about gravatar, thanks!