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?
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 11 e de 2015 a les 11:01 A.M.
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 per Umair
el 11 e de 2015 a les 2:32 P.M.
Ah I didn't know about gravatar, thanks!