Home Page Avatar
Submitted Pereira, Jun 18 2012 07:55 PM | Last updated Jun 18 2012 07:55 PM
When I'm logged into my account on the site home page, the avatar does not show because the image link is this:
I don't even use gravatar. When I'm in the client area, it's fine.
https://www.gravatar.com/avatar/e0d01c68810dcf7866458574537ada30?s=100&d=https%3A%2F%2Fwww.invisionpower.com%2Fclients%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png
I don't even use gravatar. When I'm in the client area, it's fine.
| Status: | Fixed |
| Version: | |
| Fixed In: |











11 Comments
So this still isn't a bug then?
$gravatarUrl = ( ipsRegistry::getClass('output')->isHTTPS ) ? 'https://secure.gravatar.com/' : 'http://www.gravatar.com/';[attachment=40550:snip.PNG]
Still not an issue?
once the security exception is added.
is the url.... odd much?
the page im viewing this on is not ssl'd... so why is it trying to ssl it?
this is occurring on that page because of it url being http://www .invisionpower.com/clients/ (sans space) and attempting to load the https image on it.