Questions tagged [avatar]

An avatar is the graphical representation of the user.

An avatar is the graphical representation of the user.

Tag usage:

433 questions
6
votes
1 answer

Vue.js prop sync modifier not updating parent component

I have a property that I need to pass to a child component, but the child component needs to be able to modify the value that was passed. It seems like the .sync modifier is built for this, but I can't seem to get it to work. Here is my code…
user12173202
6
votes
1 answer

How to get to the avatar/image of a Jira user through SOAP or other means

I'd like to display the user avatars/images of developers registered with a Jira project. Jira has a web service API (my version is 4.2), but unfortunately I can't find an action that would extract the user avatar. There are just actions to extract…
vlerenc
  • 273
  • 3
  • 9
6
votes
1 answer

How to change avatar on gmail app for non-gmail account?

I noticed that in the gmail app, some companies such as Amazon and 1-800-flowers have their company logo next to each message, while others have only the first letter displayed. How can I achieve the former with a non-gmail account?
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
6
votes
3 answers

Meteor shortcut to get the profile picture for the currently logged in user, regardless of platform

There are questions about getting the profile image from Twitter, Facebook or Google, but it would be nice if there were a simple and extensible wrapper that returned the profile image regardless of the current user's account service.
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
6
votes
3 answers

Codeigniter replace uploaded image

I'm using Codeigniter's File Uploading Class for uploading user avatars. Is there a way to replace a user's image file whenever he/she uploads a new one? I want to replace an existing avatar with the newest one uploaded. My image uploading…
CyberJunkie
  • 21,596
  • 59
  • 148
  • 215
5
votes
1 answer

How can I change the profile icon on NuGet.Org

How can I change the gravatar associated with my nuget.org profile? I have noticed other users have photo's as their avatar. I have created a profile on nuget.org and uploaded a package.
citykid
  • 9,916
  • 10
  • 55
  • 91
5
votes
1 answer

How do I get Linkedin's avatars from an email address

Apps like Xobni show the linkedin avatar from a user when they only have the email address to go bye. I can't find a way to use linkedin's API to get the avatar by searching on an email address ( https://developer.linkedin.com/documents/profile-api…
Christopher Padfield
  • 1,249
  • 2
  • 12
  • 18
5
votes
0 answers

react-native-elements avatar - problem with fallback to title on IOS if image doesn't exist

I'm using a cloud based storage for avatar images. If an image for a user doesn't exist I want to fallback to the user title.The code below works for android, but on IOS the image is just blank and no title.
Haze
  • 333
  • 1
  • 3
  • 6
5
votes
2 answers

How do i set local directory image in leftAvatar of ListItem using react-native-elements?

I am trying to add my local directory image into the leftAvatar but cant achieve it, also there is no such document hint for doing so.Any help would be really appreciated. This is my render method- render() { return (
Kartik Saraf
  • 115
  • 1
  • 8
5
votes
2 answers

XMPP Multi user chat setting avatar image for the group chat

I am developing an iOS application with chat features. I am using XMPP for that application. In XMPP Multi user chat, whether any feature is available to set avatar image or group image for the conference room like the one we do in whatsapp? I have…
Siva Kutti
  • 93
  • 1
  • 9
4
votes
1 answer

how to show facebook and twitter user profile image on my website's comments

I am showing Gravatar's Avatar on my webpage comments like that $hash = md5(trim($row['email'])); $default_usr =…
user1008545
4
votes
3 answers

How to make avatar with bootstrap 5?

I am using Bootstrap 5 and I want to make avatar with different icons in it (simmilar as letter avatar). So, I need to have placeholder and inside that placeholder i need to add the icon. Something like the code:
Kate
  • 288
  • 2
  • 4
  • 17
4
votes
1 answer

Generate human-distinguishable picture based on string (or uuid)

Tl;Dr: I'm creating an application: end-to-end encrypted chat between two or more users, and need fast and convinient way to visually check for an absense of man-in-the-middle The idea behind an app: Alice and Bob frontend app generates RSA…
4
votes
1 answer

Flutter profile page with cover image and avatar

I want to make profile page with cover image and profile image. I need to place profile photo stacked over cover photo at the bottom. Please refer to the above photo for reference. Below is the code i have so far class AccountPageState extends…
EMRADE
  • 173
  • 1
  • 5
  • 12
4
votes
1 answer

Using Sentry with Codesleeve Stapler?

Update #1 So I think I found out where the problem is but since I lack the knowledge, there's no way for me to solve it. When using Sentry, I've tried extending both 'Model' which is default with the Sentry package and Laravel's 'Eloquent' under…
Gabriel Rebello
  • 1,077
  • 1
  • 11
  • 17
1
2
3
28 29