Jump to content


Photo

Home Page Avatar


When I'm logged into my account on the site home page, the avatar does not show because the image link is this:

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

Gravatar is the default avatar (if enabled) when nothing else is specified and that's the case in the client area/home page which is a separate installation from the company forums.
Yes but Chrome gives a SSL error for the image instead.
Thats because they are loading it with https and not using the secure subdomain. Gravatar only have a valid ssl on secure.gravatar.com. Simple fix either remove the s in https. I know it detects if the page is https since it loads the proper url when you are viewing the IPS site on SSL
Exactly. ^^

So this still isn't a bug then?
We use secure.gravatar.com properly in the code:
$gravatarUrl = ( ipsRegistry::getClass('output')->isHTTPS ) ? 'https://secure.gravatar.com/' : 'http://www.gravatar.com/';
This is what I see when on the home page:

[attachment=40550:snip.PNG]

Still not an issue?
I'll let mark double-check, probably something related to out SSO.
whats happening from what i can tell is gravatar is serving back the IPB default image in my case.
https://www.invisionpower.com/clients/public/style_images/master/profile/default_large.png
once the security exception is added.
https://www.gravatar.com/avatar/5fffec1db88b59fa2871d572033212d8?s=100&d=https%3A%2F%2Fwww.invisionpower.com%2Fclients%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png
is the url.... odd much?
umm...
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.
the client area link on the forums points at the wrong url, resulting in this^
I've turned Gravatar off for invisionpower.com