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
4
votes
2 answers

Set the chat/Avatar in QuickBlox QBUUser in iOS Chat

Here in QuickBlox we get the QBUUser instance of each user registered with the QuickBlox . But i did not found any property to set the avatar url for profile photo and update it. I was thinking to set url in property customData . Is this right way…
haresh
  • 486
  • 3
  • 18
4
votes
5 answers

Character slowly move up the ground using a humanoid animation type in Unity

I have a marine model used in my start project, which will uncontrollably lift off the ground when running. I import the fbx resources, set the animation type as humanoid and configured the avatar by automatically mapping, set up a animator…
Joey.Z
  • 4,492
  • 4
  • 38
  • 63
4
votes
3 answers

Drupal: Checking to see if User Has Picture

I'm displaying the userpicture on a node with this code here: uid); $imgtag = theme('imagecache', 'avatar_node', $user_load->picture, $user_load->name, $user_load->name); $attributes =…
Jourkey
  • 33,710
  • 23
  • 62
  • 78
4
votes
1 answer

How to access Google/Gmail/Gchat/Reader user icons

I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs such as…
Daniel
4
votes
3 answers

Deciding which image format to use

I'm working on a web application that will allow users to upload profile pictures (avatars, basically). These images will be no bigger than 100 x 100 pixels and will be pictures of peoples' faces. We want to allow the user to upload various image…
Chris
  • 2,959
  • 1
  • 30
  • 46
4
votes
2 answers

use avatar image in xmpp and ejabberd

I am creating a text chat application and using Ejabberd server and strophe.js. I am using mssql as a external database for ejabberd. I transferred all the application users in users table and freinds in rosterusers table of ejabberd. I want to…
Rohit Tailor
  • 131
  • 1
  • 11
4
votes
3 answers

XMPPFramework - How can I update my own avatar image?

I am developing an application in that I want to update my avatar image. I am following XEP-0153 guidelines to update my avatar image and I constructed an NSXMLElement correspond to the following code in XEP-0153 and sent that element through…
venkat
  • 762
  • 2
  • 8
  • 20
4
votes
1 answer

Dojo dnd: Avatar positioning

Is it possible to change the positioning of the avatar with dojo toolkit's dnd api? At the moment, when dragging, the avatar of the dragged item appears to the right and below the mouse cursor. I want it to be in the same position as the mouse…
Calvin
  • 8,697
  • 7
  • 43
  • 51
3
votes
1 answer

Facebook user has no avatar, but the default blank avatar isn't showing either in my web app

I have a Facebook application and I show showing Facebook Connected users on my pages. But I see this particular user's avatar is just blank. However Facebook's own "no photo" image is not showing either as well as it's "f" logo in the bottom…
bakytn
  • 33
  • 5
3
votes
3 answers

How to display user avatar in Drupal 7?

I'd like to know how to display a user avatar in Drupal 7. I want to display the avatar in full size and as the thumbnail.
Alexey
  • 7,127
  • 9
  • 57
  • 94
3
votes
1 answer

in a GroupAvatar, my "max" Avatar does not obey the rules of my theme

I'm trying to create an AvatarGroup with MaterialUi, all my avatars obey a previously created style. All, except the avatar automatically generated by AvatarGroup when the "max" parameter has been defined. :( const styles = makeStyles((theme) =>…
Alexandre
  • 33
  • 3
3
votes
1 answer

How can I add a ToolTip to the AvatarGroup "+x" bubble

I was wondering if there is a way to add a ToolTip component to the bubble showing the additional avatars in the Avatar Group component. Here is an example of how the component renders: (Image from Material UI documentation…
Karla Lopez
  • 73
  • 1
  • 7
3
votes
3 answers

How do you set the material-ui cardholder avatar?

I'm trying to use the material-ui CardHolder component -- https://material-ui.com/api/card-header/ . I have this image in my project src/img/apple.svg so I tried to set the avatar image like so
Dave
  • 15,639
  • 133
  • 442
  • 830
3
votes
2 answers

Facebook GRAPH API + PHP SDK: get the URL of the large user picture

I'm trying to rewrite a Facebook app (a PHP script embedding a small multiplayer Flash game) from old FBML to new iFrame type and it kind of works:
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
3
votes
1 answer

How to upload a profile picture and update it in identity asp.net core 3

I want to upload a profile picture in the identity user and update it in account management. if there is any post with good examples for asp.net core please give me links.
Mejan
  • 918
  • 13
  • 18
1 2
3
28 29