Tagged Questions
An avatar is the graphical representation of the user or the user's alter ego or character.
4
votes
3answers
64 views
PHP unlink function
This is the code
$query = mysql_query("SELECT avatar FROM users WHERE UserID = ".$userID."");
$row = mysql_fetch_array($query);
$user_avatar = trim($row['avatar']);
...
3
votes
4answers
182 views
Which itch does a gravatar scratch?
This is a very serious question: I've seen lots of threads here about gravatars but I couldn't find and answer to this question: what computer identification/authentication (?) problem, if any, are ...
2
votes
1answer
39 views
Dynamic Avatar Creation & Animation
A rather large project (rich web application) has fallen into my lap and I am unfamiliar with how to accomplish a major functionality. I'm hoping you all can help point me in the right direction.
I ...
2
votes
1answer
435 views
Uploading images for user avatar
Right now I use Gravatar for user avatars on my website.
I want to let users upload images to use as avatars from my website to gravatar so they don't have to visit gravatar if they choose not to, ...
2
votes
1answer
206 views
What are all the Identicon frameworks available to developers?
Identicons are those icons based on a user IP or name or so which provide an automated avatar... just like the avatar icon on StackOverflow. Here are some available systems (hat tip to Roger Browne):
...
1
vote
1answer
250 views
How Can I display User Uploaded Avatar in Login Form?
I'm going to try my best to explain what I'm trying to do here.
I created a login form for my wordpress that lets users login directly from the homepage it includes the Avatar for the profile that's ...
1
vote
7answers
251 views
Reducing size of user avatars? - creating thumbnails
User of my site upload images which are used as avatars. I have set a upload limit size of 2 MB. At most places I only require thumbnails. But users upload images with far bigger resolutions. I store ...
0
votes
3answers
48 views
PHP User Avatars [closed]
Possible Duplicate:
Storing Images in DB - Yea or Nay?
I am building a system in which the users can upload their own avatars. I found that there are 2 ways of doing that - storing the ...
0
votes
1answer
108 views
I want to filter my Author avatar list by by User role
Here is my code. I only want to display The authors and exclude the rest of the user roles. Please help, I only have a few strands of hair left!!!!
function contributors() { global $wpdb;
$authors = ...