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
0
votes
3 answers

Display current logged in user's avatar outside of the loop?

I use the famous User Photo plugin for my Wordpress site. I want to display the current logged in user's avatar outside the loop. How is this possible? The current code I use to display the author avatar inside the loop is:
Gary Woods
  • 1,011
  • 1
  • 15
  • 33
0
votes
1 answer

The storage construction of user avatar

User avatar is an important part of every website. How should I store the avatar image files on the server with high performance? Here are some points have to solve: How to generate the file name of user? Directly by user id or name, or by the…
Angolao
  • 986
  • 1
  • 15
  • 27
0
votes
1 answer

WP-Members Avatar addition

Stackoverflowians, I have scoured the internet, along with the developer's site for an answer to this... I've gotten about 75% of the way there, but I can't figure out the remaining 25%. I would like to add a Upload your Avatar section to a user's…
Murphy1976
  • 1,415
  • 8
  • 40
  • 88
0
votes
3 answers

how to download facebook profile photo to my own server with php?

i'm using graph api to connect to facebook. now i want to get the users facebook avatar and store in my own server, so later user could change photo. I could get photo through url: http://graph.facebook.com/[userid]/picture, but how to restore it…
Mario
  • 855
  • 4
  • 19
  • 30
0
votes
1 answer

Access Paperclip avatar from other views/resources in rails?

Currently I'm using Paperclip to handle my avatar uploads and usage in Rails 3. I have a Users resource (With controller, model, views etc.) where I'm uploading the avatars to (using the users/new view) and they actually upload and work when…
Jmlevick
  • 6,504
  • 9
  • 29
  • 35
0
votes
3 answers

Buddypress custom avatar upload page

I'm hoping someone on this forum can help me with a custom avatar upload page I'm trying to create for Buddypress. Apologies in advance for the long email, but I want to be as clear as possible so I can hopefully get a clear and specific answer…
Dylan Aubrey
  • 1
  • 1
  • 2
0
votes
2 answers

How to php upload a image with a predefined custom name/

Let me explain what i am hope to acomplish: I want to allow my users to upload a image as avatar. I found many php upload tutorials but i don't know hoy to upload the avatars as user_id.ext in /avatars folder. I hope i was clear, thanks.
m3tsys
  • 3,939
  • 6
  • 31
  • 45
-1
votes
1 answer

Hello, I'm making an avatar command. I want the embed to appear and write that the user does not have an avatar. But it doesn't work

` @commands.command(aliases=['ava', 'аватарка']) async def avatar(self, ctx, *, member: discord.Member = None): if not member: member = ctx.message.author userAvatar = member.avatar embed = discord.Embed(color=discord.Color.darker_grey(),…
user21343500
-1
votes
1 answer

how tao have more then one user upload image with code below

this code is limiting me from having more the one user upload an image $ausgabe = ''; if (isset($_POST['submit']) && $_POST['submit']=="Senden") { $ausgabe .= 'Upload compelte:
'; if (isset($_FILES['thefile']['tmp_name']) &&…
-1
votes
2 answers

How can i add the images stacked over one another

I want to add a different persons image as attached(The images inside circle avatar stacked over one another).How to achieve this. I tried the following code but didn't get the result as expected Padding( padding: EdgeInsets.only(top: 7), …
F sam
  • 51
  • 7
-1
votes
1 answer

Initials disappear after refresh

I have a use effect where I get the name and email from my database. Then I want to show in the header in an avatar the initials, but after I refresh the page they disappear. The commented code is the code for avatar. const [userName,…
-1
votes
1 answer

Strange behavior with an ion-avatar in an ion-toolbar

the ion-avatar is not working properly when put into an ion-toolbar. The following code is working so far, but as soon as I am removing the *ngIf=“data” from ion-img the image is not shown anymore. Since the ngIf is not actually required here this…
PietZeHut
  • 125
  • 1
  • 8
-1
votes
1 answer

Integrating a moving avatar for a bot using a GIF or any other method

I want to introduce a anime character for a bot which can talk and show different action acording to situations. I was planning to implement it using different gif urls.Will there be any issue on implementing this way. Is there any better Solution.
-1
votes
1 answer

Is there a django-avatar app with REST API support?

I am working on a django project that uses django avatar. But we also have other clients that are communicating with APIs. Does the django-avatar app have API endpoints or do I have to implement that myself?
Nebex Elias
  • 252
  • 1
  • 3
  • 14
-1
votes
1 answer

Unable to rotate an image in react

I'm working on React-Avatar Editor. My rotate button is not functioning as expected. Here's my link to the code: https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4
KillMe
  • 184
  • 5
  • 20
1 2 3
28
29