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

Access "My Info" from iOS app

I'm developing an iOS app for my employers. This app receives data that is always linked to phone numbers. Right now I've implemented a search function that takes the phone number and searches your contacts, retrieves the contact if any with that…
0
votes
0 answers

How to display email avatar in ASP.NET?

I want to display email's user avatar in my web site. I used gravatar.com component before to do this. But some of my users don't have an account in that site and i decide to display them email's avatar for example when they comment under a post, i…
Hamid Talebi
  • 1,298
  • 2
  • 24
  • 42
0
votes
1 answer

Img upload help

i need coding in PHP where only registered users can upload as many images as they want with the option of deleting them .One of their image goes in their profile next to his/her details. i want to store the images in server.
Dabba
  • 1
  • 2
0
votes
6 answers

Preventing reflow when using jQuery UI "size" effect

I have a list of images like this:
And I have it styled to display as a horizontal list without bullet…
Mark A. Nicolosi
  • 82,413
  • 11
  • 44
  • 46
0
votes
1 answer

How to resize Facebook Profile Picture by height on Xcode?

How do I resize Facebook avatar with WIDTH: AUTO & HEIGHT: x amount ? Code below works but when the avatar is wider, it appears that the image is cramped. /** * Update avatar */ - (void) handleAvatar { if ([[self account] getAvatar]){ …
ivanasetiawan
  • 879
  • 1
  • 10
  • 26
0
votes
1 answer

Link not displaying from db

I have a login script, and a table with fields, the one required here is 'avatar'( varchar(255) & defaul entry is an image link) Code for viewing the profile:
Niket Malik
  • 1,075
  • 1
  • 14
  • 23
0
votes
1 answer

Changing the avatar for the author of a post

When someone edits a post created by somebody else and changes the author of the post, can the avatar shown for that post throughout the site change to reflect the newly designated author? It seems like Wordpress always wants to show the avatar of…
robk27
  • 683
  • 1
  • 12
  • 23
0
votes
2 answers

SWITCH statement for profile picture uploads

I have a switch statement which determines the filetype of an image uploaded for use as an avatar in my application, however it seems to be a little faulty, insofar as it allows for a successful registration regardless of whether an allowed filetype…
Alex Ryans
  • 1,865
  • 5
  • 23
  • 31
0
votes
2 answers

User Avatar Wordpress Php

I'm trying to show anonymous icon when users are not logged in and show user avatar when they are logged in ... here's what I got for code (wordpress install btw)
0
votes
1 answer

JoomGallery with Avatar Slide Galleria Unlimited

I am using Joomla 2.5 JoomGallery 2.xx I have downloaded and installed Avatar Slide Galleria Unlimited I am trying to use Avatar Slide Galleria Unlimited on top of JoomGallery. In JoomGallery when i am setting up: Detail view --> General Settings…
Farid Siddiqui
  • 165
  • 2
  • 2
  • 13
0
votes
1 answer

Rails: How to retrieve avatar from Twitter?

In an app I use authentication through Twitter and into a table I store Twitter UID. Is there any way to display through the Twitter UID user's avatar?
user984621
  • 46,344
  • 73
  • 224
  • 412
0
votes
2 answers

how can pass an image location to a php function using jquery's call back function?

and below is the jquery that has to pass image location to…
0
votes
1 answer

Having Trouble Changing Avatar Location on my Wordpress site

So I am using a script made by someone else. Wordpress site. I want to change the default upload location: mysite.com/wp-content/themes/theme_name/images/avatar/avatarnamehere20.jpg To: mysite.com/images/avatar/avatarnamehere20.jpg Anyways, this…
Mo Beigi
  • 1,614
  • 4
  • 29
  • 50
0
votes
1 answer

Opencart: customer profile photo upload

I've been trying to find a way to add Photo to a customer profile in Opencart. They have everything but this, and I can't find anywhere how to do it. Any help is appreciated. I'm using latest version opencart, if anybody knows about this issue with…
mans
  • 1,087
  • 4
  • 26
  • 44
0
votes
4 answers

Image update script extra functionality

So I've wrote a script to upload user avatar into server and change url to it in database (thanks to YT tutorials :) ) And now I wish to make file check that user doesn't upload other files than JPG, JPEG, PNG, GIF and the ones which is bigger than…
Piggie
  • 27
  • 1
  • 7