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?
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
11 października 2015 o godz. 11:01AM
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.
Odpowiedź użytkownika Umair
11 października 2015 o godz. 2:32PM
Ah I didn't know about gravatar, thanks!