WPIntell

Source evidence

Disable Gravatar

WP Vanilla Connect · support · 2013-05-25T04:33:00+00:00

complaintsentiment
mediumseverity
0.8relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
daviscross unresolved
How the hell do I get rid of that awful gravatar connection? Everytime someone signs into vanilla with their WP account that ugly gravatar icon shows up. I’m aware that they can easily change the image, but obviously not everyone does and the thing is an eye sore. Please help! http://wordpress.org/extend/plugins/wp-vanilla-connect/ I have tryed everything to make it stop taking gravatar and use the local avatar on my WordPress page with no luck please advise. thanks I FINALLY FIGURED IT OUT! in wp-vanilla-connect.php change line 105 $user['photourl'] = $gravatar_url; to $avatar = new SimpleXMLElement(get_avatar($current_user->ID)); $user['photourl'] = (string)$avatar['src'];

Comments

2 shown
radianceLux 2013-09-05T20:21:00+00:00

I have tryed everything to make it stop taking gravatar and use the local avatar on my WordPress page with no luck please advise. thanks

radianceLux 2013-09-15T03:36:00+00:00

I FINALLY FIGURED IT OUT! in wp-vanilla-connect.php change line 105 $user['photourl'] = $gravatar_url; to $avatar = new SimpleXMLElement(get_avatar($current_user->ID)); $user['photourl'] = (string)$avatar['src'];