Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

user-secret.svg replacing default avatar? #178

Closed
asuh opened this issue May 28, 2018 · 8 comments
Closed

user-secret.svg replacing default avatar? #178

asuh opened this issue May 28, 2018 · 8 comments

Comments

@asuh
Copy link

asuh commented May 28, 2018

While I don't mind that this plugin offers its own avatar for unassigned gravatar photos, I wish it would present me the option to choose it on wp-admin/options-discussion.php under Default Avatar. With the latest update, all my default avatars are being overridden with user-secret.svg.

@dshanske
Copy link
Collaborator

I will fix this one. My condition was overly broad

@dshanske
Copy link
Collaborator

@asuh The reason for the avatar being offered was that most webmentionms don't have an email address attached to them. That means gravatar is essentially useless. The way WordPress is designed, even if there is no email address, which is what gravatar uses, it goes out to gravatar to retrieve the avatar image...including the default images and anything you set in the avatar default selection option under Default Avatar.

The bundled icon is served locally. But it should only be done if you select that as an option under default avatar.

@dshanske
Copy link
Collaborator

Maybe I should at the same time look at #6 which I have been wanting since 2014.

@dshanske
Copy link
Collaborator

@asuh #180 attempts to resolve this. It only does this behavior if selected.

@asuh
Copy link
Author

asuh commented May 31, 2018

@dshanske awesome, when this gets merged and updated, I'll give it a whirl and see what happens.

What you're saying about webmentions makes sense. I also agree that #6 would be great to couple with this.

@dshanske
Copy link
Collaborator

dshanske commented Jun 5, 2018

Addressed in latest commit, coming to stable soon.

@chrisaldrich
Copy link

chrisaldrich commented Jul 25, 2018

In version 3.8.1 it currently appears that comments from WordPress and Micro.blog (both of which have Gravatar as a commonality) appear to be automatically using the default mystery person avatar even though there is a separate avatar defined within the Avatar fields for Semantic Linkbacks Data.

If I add my my email address within the comment editing interface, then the appropriate Gravatar is pulled and displayed as expected. This leads me to believe that somehow SL either isn't finding/pulling the Gravatar URL that it's storing, or the code is potentially skipping looking for it within its logic structure.

I've noticed this also seems to be the case for other WP sites which I have reason to suspect are running this same version as well.

Webmentions from other non-Gravatar related sites don't seem to be affected by this and they're displaying the proper avatar images as defined within their h-cards.

(Originally published at: https://boffosocko.com/2018/07/25/mystery-person-default-overriding-semantic-linkbacks-defined-gravatar/)

@dshanske
Copy link
Collaborator

As Webmentions Avatar handling code disables the Semantic Linkbacks code, this issue is now no longer valid. Any issues with the current implementation should be addressed in webmentions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants