Gravatar (globally recognizable avatar) is a globally accessible avatar storage service, used, in particular, by StackOverflow.
0
votes
0answers
28 views
Pixelated Image on iOS
I'm using a gravatar image on the site I'm developing like so:
<img src="http://www.gravatar.com/avatar/eb937db173cfc0b05f6821e5f88bd26c?s=25"
class="gravatar_icon" title="Gravatar Icon"
...
-4
votes
1answer
34 views
Can I require Ruby libraries in HAML
Can I do this HAML?
-require 'digest/md5'
.user-info
=@user.name
%img{ :src => "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(@user.email)}" }
1
vote
0answers
31 views
Gravatar default image cache issue on localhost
i have a very strange problem with gravatar.
i have a public default image on example.com/image.jpg
i have changed this image on the public website quite a while ago (more than a week ago).
since ...
0
votes
0answers
13 views
Add gravatar using session in cshtml file
Add gravatar using session in .net using Microsoft web helper.
How can i get the gravatar of the user email entered automatically when the user login. When i use this below line it doesn't take ...
0
votes
1answer
24 views
Why does Gravatar require you to hash the email?
I don't have a technical background, so I'm presuming there's a simple answer for this:
Why does Gravatar require you to create a hash of an email address before sending a request to their system? Is ...
2
votes
0answers
52 views
Fragment Caching and User avatars/images
We use Gravatar on our website, but we want to let users upload their profile images directly in an effort to improve user experience similarly to what Stackexchange has been doing.
On our website ...
0
votes
0answers
35 views
Gravatar For Latest Poster On BBpress Forum Extremely Blurry [closed]
This is only happening for gravatars, uploaded avatars are fine.
<img class="avatar user-5-avatar" width="14" height="14" alt="name" ...
0
votes
1answer
35 views
Gravatar - Undefined method 'email' for nil:NilClass
I've set up gravatar and have got it working for my 'users/*user id goes here*'.
But whenever I try to use it in dashboard/index that's whenever it gives me the error
Undefined method 'email' for ...
0
votes
2answers
36 views
How to set a different default gravatar for new users? this code is not working
I read over this page - https://en.gravatar.com/site/implement/images/ - and looked at other posts, but it's not working for me.
Here's the code I'm using:
def gravatar_for(user, options = { size: ...
0
votes
2answers
52 views
Include Gravatar in website
I am building a website where a user has profiles and profiles has profile pictures.
The profile picture images need to maintained on my local storage.
Is there any that I can use other services like ...
0
votes
0answers
54 views
wordpress author.php get_avatar() in separate loop
I am currently trying to construct a page in wordpress with my author.php which was a direct copy of archive.php. I have since added some code to the top of the page to pull in the authors/users ...
2
votes
0answers
47 views
Obtaining a Gravatar API key
Does anyone know how to obtain a Gravatar API key? I've seen countless examples and tutorials for Gravatar that mention simply using your key, but I haven't been able to find out how to get one. As ...
0
votes
1answer
33 views
How to determine if gravatar.com request returns 404
I'm stuck on this. This code pulls a gravatar image for the $source argument. I'm trying to determine how to pass the url to gravatar and determine if the result is an image or a 404.
If its a 404, I ...
0
votes
2answers
205 views
How to change the default profile picture (in Wordpress) for users who don't have a Gravatar
I want to replace the default "Mystery Man" profile picture with a different picture.
As you know, you can access someone's Facebook profile picture by going to http://graph.facebook.com//picture ...
1
vote
1answer
37 views
How to use local default image for django-gravatar?
I am using django-gravatar and I am wondering how to display a local image to use as a default image. Is there a way to do so?
I have read in the docs to use GRAVATAR_DEFAULT_IMAGE, but it does not ...
2
votes
1answer
50 views
How to stop Gravatar setting cookies
I am using the Gravatar service on my website. However there is a problem: it sets two cookies, gravatar and __qca, which cause users with 3rd party cookies blocked to see a warning that the site ...
0
votes
1answer
18 views
Permanent gravatar in views for a specific admin user
To implement a gravatar for an instance of user is <%= gravatar_for @user %>.
What if I wanted to specify another user, an admin user, who would have a permanent gravatar in the views of all ...
0
votes
1answer
28 views
Gravatar no showing on the emails
I have been trying to get the gravatar to work on my custom made php site.
I have created exactly what was asked on the gravatar website but when implementing it on my site the gravatar just shows ...
0
votes
1answer
24 views
rails3 helper method return size
I have a gravatar method in the User_helper of a Rails3 application. The code is below:
module UsersHelper
def gravatar_for(user, options = {:size => 50})
...
0
votes
2answers
110 views
Gravatar image not displaying although URI correct - Ruby on Rails
I'm working through the Michael Hartl Rails Tutorial and I'm getting a weird problem with the 'adding a Gravatar' section. I've checked the code against another implementation of a Gravatar in Rails I ...
0
votes
1answer
76 views
Rails Gravatar Helper Method
I have gone through this railscast on Gravatars and i now have the below helper method in my application helper.
module ApplicationHelper
def avatar_url(user)
gravatar_id = ...
0
votes
1answer
76 views
Can Gravatar slow down your website? [closed]
Initially I wanted to use the C# Identicon handler, but there is "parameter not valid " bug with it.
I'm curious if using Gravatar slows your site down much? Stackoverflow seems to use it fine.
I.E ...
-2
votes
1answer
61 views
show gravatar in div after email input [closed]
What I want to do is "ones a user is finished typing his/her e-mail and has moved to password field or just finished typing e-mail, to have jquery load the users gravatar based on the e-mail that was ...
1
vote
1answer
430 views
WordPress: Custom default avatar on localhost?
I'm trying to add a custom default avatar to WordPress in functions.php, but the image is not displaying in Settings/Discussion or elsewhere on the site. The code works because a new radio field is ...
0
votes
0answers
53 views
Does gravatar allow wildcard email addresses? [closed]
I own my domain and I use different email addresses for different sites, depending on what the site does, whether I think they'll spam me, etc.
Is there a way to tell Gravatar to use a picture for ...
0
votes
2answers
167 views
undefined method `symbolize_keys!' for “/reie”:String
I 'm working on a tumbnail that's gonna contain all the friend gravatar with a link to each friend profile .I got every thing working till i add this part. , other_user_page_path(friend.username) the ...
2
votes
2answers
125 views
Adding class to gravatar img in wordpress
I've been trying to use get_avatar to display the author's gravatar under each post in wordpress template with applied class but I couldn`t find a way to add class="pic-2" to gravatar image code or ...
0
votes
1answer
310 views
How to remove Gravatar bbPress + BuddyPress + Wordpress?
I have bbPress 2.1.2 and BuddyPress 1.6.1 installed on a WordPress 3.4.2 site.
The problem is, on the forums, avatar errors show for users who do not have avatars images in ...
2
votes
2answers
207 views
Image not filling border-radius
I added a border radius to my users Gravatar image and made sure to add the correct CSS for chrome and safari extensions but the image does not fill in the entire circle all the way. It however ...
1
vote
1answer
142 views
How can I grab an image from another site using PHP or .htaccess?
Ok, here is what I'm trying to do.
On my site, I have a set of images I've uploaded to use as my avatar. Those sites usually asks for different sizes and are very picky to what kind of URLs they ...
0
votes
1answer
87 views
Implement Gravatar using php - how to connect mail addresses to “$email” variable [closed]
Gravatar has a description of its php implementation on the following page:
https://en.gravatar.com/site/implement/images/php/
I'm trying to use this code to implement it in Drupal's user profiles ...
1
vote
1answer
163 views
Blurry Gravatar Image on my website?
Okay so I have been trying to style my users Gravatar image. The problem is, the image becomes so blurry when I try to enlarge it even when the photo I uploaded on the test account is really at high ...
1
vote
2answers
99 views
how to add image to ::before pseudo element in css3
I have an anchor with a data-avatar url that points to an image and I want to add a block image to a.avatar::before to show the image.
a[data-avatar]::before {
content: "";
background: url( ...
6
votes
1answer
193 views
Office 365 profile avatar picture
We have a system that will integrate in some ways with Office 365, and we would like to use the profile picture set by the user in the Office 365 system, rather than storing this image/reference ...
0
votes
2answers
429 views
How to hide the physical path of the images
In my application i display the image of user by giving the physical path of the directories like http://www.example.com/user_images/abcdefghijk.jpg
But i dont want to expose this physical path to ...
0
votes
2answers
181 views
Is it legal/ok to use gravatar's random images?
I don't want to use Gravatar for images that their users have uploaded, but rather JUST for the randomised default image it produes via the URL ...
0
votes
0answers
187 views
Get the avatar url instead of an html img tag using get_avatar?
I want to get the user avatar URL to use it as background URL style for a div. I tried to use the following but it does not return anything when I view the code it appears like that.
background: ...
0
votes
0answers
387 views
How to generate avatar identicons such as Basecamp Next or Fisheye?
I'm currently using Gravatar to generate profile pictures for users who haven't uploaded one.
E.g. <img src="http://www.gravatar.com/avatar/<?php echo md5($email); ?>?s=55&d=identicon" ...
1
vote
1answer
103 views
Automatically create a gravatar account through a third party site
Is it possible to automatically create a gravatar account, based on the registration data that a user on my site submits? I like gravatar, but I do not want to make my users register twice
0
votes
1answer
374 views
How should i check if gravatar exist?
using this gem
https://github.com/sinisterchipmunk/gravatar
how do i check if gravatar for specified email exist or not? I think i am missing some force default option? Because this
url = ...
1
vote
2answers
189 views
Call gravatar_for in Rails Model
I am trying to call gravatar_for from one of my models. (Yes I realise this isn't strictly MVC, but I have a legitimate reason for doing it which I am not going into). I'm trying to include the ...
0
votes
0answers
74 views
Wordpress User Selectbox to display avatars
Stackoverflowians,
I have a Wordpress site that implements the WP-Members plugin.
LINK TO PLUGIN
On one of the pages I want to create a "Create-A-Foursome" page that will host a form allowing ...
0
votes
2answers
339 views
gravatar highest resolution
I show a gravatr image of users in my site. How can I know the best highest resolution to use? e.g. which parameter "s" should be.
https://secure.gravatar.com/avatar/?s=250
of course it depends in ...
0
votes
1answer
138 views
Gravatar problems with Rails and Devise
I'm trying to create a simple profile tab which includes a gravatar using Devise, however I keep getting an undefined methodemail' for nil:NilClass` cant' see where I'm going wrong
tab_check.html.erb
...
0
votes
1answer
48 views
django, gravatar - add_to_builtins('gravatar.gravatar') causes crash on page load
add_to_builtins('gravatar.gravatar')
is being used in my settings.py file, and it causes a crash on page load with this error:
Traceback (most recent call last):
File ...
0
votes
2answers
154 views
django gravatar not getting picked up as a module - what am i doing wrong?
so here is my problem - the gravatar app (from google projects - here! http://code.google.com/p/django-gravatar/) in my django project crashed everything on startup.
i get this error Error: No ...
0
votes
1answer
75 views
gravatar_image_tag breaks after upgrading to Rails 3.1
I use gravatar_image_tag to generate user avatars. It works perfectly fine in Rails 3.0.10, but breaks when I upgrade to Rails 3.1.0. Unfortunately, it doesn't produce any error message/warning. It ...
2
votes
1answer
459 views
php check if gravatar exists header error
I'm trying to check if a gravatar exists. When I try the approach recommended in earlier questions, I get an error " Warning: get_headers() [function.get-headers]: This function may only be used ...
0
votes
2answers
103 views
Django - Get gravatar from view
I'm using django-gravatar in templates to display the avatars of my users.
Now I'd like to get the URI of an avatar from a view.
I tried to use the template tag functions like
from gravatar import ...
1
vote
3answers
112 views
simple gravatar not displaying in django template
I took reference from this site:
http://tomatohater.com/2008/08/16/implementing-gravatar-django/
I have profile app that has templatetags directory with a mytags.py in it.
Contents of mytags.py
...

