This is a forum to suggest new features for mojoPortal.
I find the default icon for guest users using gravatar pretty boring
It would be interesting to add an option as in the controlling the size of avatars, but passing one of the arguments like identicon, wavatar, and so on as in here http://gravatar.com/site/implement/images/
eg: gravatar.com/avatar/[hash].jpg?d=retro
Hi,
I did not know Gravatar had those options, but actually you can use them now, just add this to your theme.skin file and set the value to your own preference
<portal:Gravatar runat="server"DefaultImage="retro"/>
Best,
Joe
Works very well and without hassles!
(for example, in my forum - in italian - )
Also with this function I noticed that the "slow caching" problem of avatars disappeared
(I had a problem where an user still got the default image even if the avatar link was working - tried with many browsers, weird problem)
Thanks a lot!