Tagged Questions
4
votes
3answers
65 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']);
...
1
vote
1answer
253 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
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 = ...