I used User-Photo for years and I like it very much. It just adds what is missing.
After an update from 3.x.y to 5.1.1 all seemed well in spite of warnings with user photo still activated.
But it came out that new user registration now fails with errors. This can be mended by de-activating the plug-in.
But now pages with comments show errors en lieu de comments. This can be mended by copying
class-user-photo-upgrade-notice.php and user-photo.php
into the theme and including the latter in comments.php.
This may seem a nice tip to get the status quo repaired. Nevertheless, it would be marvellous if the authors got their beautiful plug-in working with the newest WP.
]]>Hi there!
The author photo is not showing at the bottom of blog posts, but the bio is. I’ve used this plugin for other websites and haven’t had this problem. Could you please assist?
Thank you!
]]>Hello! I am trying to use https fully on the blog we have, but unfortunately the user photo is the only resource which is braking that and the green lock is not on because of it. We were looking for some time, but we were not able to understand where is the url created and how can we use there the //site.com/image.jpg format, in order to able to serve the proper version when on http or https.
Can you please help us? Thank you very much!
P.S. We were able to temporary fix the issue using the SSL Insecure Content plugin, but it’s adding extra unnecessarily weight on the server, so a direct fix would be way better.
Best regards!
]]>I’m using the 0.9.10 version of the plugin.
Reading through the code in user_photo.php, I noticed there are a couple of instances of the function get_userdatabylogin. I haven’t seen any deprecated function warnings as a result (probably because I haven’t used all of the possible paths).
]]>To add to the “right on point” earlier post.
What is the meaning of telling someone who has just installed -not updated- a plugin that it is “no longer maintained” after the installation?
The message should be right there on top of the description page on www.ads-software.com.
Possible assumption (bad scenario):
The plugin is hacked
Thankfully I guess not since the notice is in the class-user-photo-upgrade-notice.php
Still. Can the developers clarify?
]]>Hi!
I no longer have any use for this plugin but it breaks my entire site when I try to remove it.. help?
Thanks, this is the site: magasinetkunst.no
]]>Why does this plugin entry here on this website say compatible to 4.6 but when I install it, I get a warning :
“The User Photo plugin is out of date and no longer maintained. We recommend switching to the User Profile Picture plugin by Ronalfy.”
Very confusing!!! If it’s no longer maintained, then how come here on www.ads-software.com it says last updated 3 days ago and compatible with 4.6?!?!
]]>Cannot update photos. When a new photo is uploaded to a user the old one remains.
If i delete first and then upload the ol one returns again.
If i delete the source images from wp-content/uploads/userphoto and then re-upload the OLD image returns.
It’s crazy-making. Please help me completely remove the old user images and replace with new ones.
Exactly the same as this closed issue: https://www.ads-software.com/support/topic/user-photo-not-updating
]]>Hello,
This plugin suffers from the following PHP 7 issues as found by PHP Compatibility Checker. Could they be fixed?
FILE: /usr/share/wordpress/wp-content/plugins/user-photo/user-photo.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------
103 | WARNING | The use of function mysql_escape_string is discouraged from PHP version 5.3; use mysql_real_escape_string instead
103 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 - use mysqli instead.
---------------------------------------------------------------------------------------------------------------------------------------------
THank you ,
Edward
Hi there,
User Photo seems to work great with regular comments on posts. Though, I would like to have it work with NextGen comments; comments that are on each image. I spoke to the plugin authors and they said this:
“We use essentially the same code that is used by the core WordPress comments form … I am not certain why a third-party plugin would not be able to hook into that but I am also not familiar with the plugin you are using.”
Right now NextGen uses Gravatar, but from my knowledge User Photo should override Gravatar right? So, why does User Photo not override Gravatar on NextGen comments? And how may I fix it, so it does?
Thank you!
All the best,
Emil
Is there any way to specify a fixed size for the user photos?
]]>Hi,
The user photo is working fine for users when they are setting up / editing profiles, but for their individual posts, their photos are not showing up as thumbnails (circles) next to their posts. I’ve tried deactivating/re-installing the plugin, as well as trying this fix:
“the fix…
At approximately line 120 in the User Photo plugin file “user-photo.php”, located at /wp-content/plugins/user-photo/, there is a function called userphoto__get_userphoto
. About 3 or 4 lines down in that function you’ll see this line of code…
if(($userdata->userphoto_approvalstatus == USERPHOTO_APPROVED) &&
All we need to do is add 2 forward slashes – “//” – after the first open parentheses to comment out this first condition in the “if” statement, like so…
if( // ($userdata->userphoto_approvalstatus == USERPHOTO_APPROVED) &&
…and all should work fine.
What we’re really doing is removing the check for approval status from administrator moderation. So, don’t use this hack if you have a site where users could potentially upload some “questionable” user photos. ??”
That did not work either. Please let me know what to do, and thank you for your time.
Warm Regards,
Patrick
]]>I am using this great plugin but while trying to deploy the new PHP 7 engine, I noticed some errors from this plugin
Fatal error: Uncaught Error: Call to undefined function mysql_escape_string() in C:\tools\wamp64\www\blogITA\wp-content\plugins\user-photo\user-photo.php on line 103
mysql_escape_string() was deprecated in PHP 4.3.0
This function is identical to mysql_real_escape_string() except that mysql_real_escape_string() takes a connection handler and escapes the string according to the current character set. mysql_escape_string() does not take a connection argument and does not respect the current charset setting.
Any plan to enhance the plugin for PHP 7 support ?
Best regards
]]>On user-photo.php line 103 there’s a depreciated function used.
Please can you update this (mysql_real_escape_string() should be used instead).
]]>I’m seeing this error in my wp error logs:
PHP Notice: Undefined variable: error in /wp-content/plugins/user-photo/user-photo.php on line 497
Looks like $error
should be initialized at the top of userphoto_profile_update()
Plugin version: 0.9.6
PHP version: 5.6
your photo isnt compatible 4.4.1 wp, what time do we download newest version?
]]>I want to update image field programmatically
What actually I want to do is, once user registered using gravity form I want to add gravity form image field value into your plugin image field for user.
update_field(‘userphoto_image_file’, ‘What should i pass here?? Attachment ID or something else?, ‘user_id’);
Thanks
]]>Hi there.
I just installed this plugin and it was cool so far. Actually I cant put the thumbnail photo in place I want. Let me tell what I did:
1.- I’ve installed and activated the plugin
2.- I’ve added tag userphoto the_author thumbnail() to my single_right_sidebar.php file from my theme (it’s the only page that I need display thumbnail photo)
And… what’s next? I don’t know if I should add something in the single_right_sidebar.php file or maybe in the css file (theme.css file) for display the thumbnail on the left of the title.
At this moment it looks like this:
https://oi64.tinypic.com/10qxi4n.jpg
And I want something like this:
https://oi63.tinypic.com/11in042.jpg
You can see the problem here:
https://www.vivarium.mx/presso/2013/11/25/praesent-bibendum-ipsum-in-ultricies-accumsan/
What can I do?
]]>HI
I am trying to display user image with Username (Where Username Displays in Header) in our site header
Let me know how to display user image using you module.
]]>Hello!
I get the following error when running this plugin on WP 4.3.1.
Its not critical, but quite bad for the error logs.
FYI: The constant WP_DEBUG is set to true.
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /full-path-to-wp/wp-includes/functions.php on line 3570
The bug is in line 671 where you specify capabilities in an old way.
This should be updated according to Roles and Capabilities.
Hope to hear from the author soon ??
Creds to you for a simple and clean plugin!
Hi,
I am doing a user query whereby I get some custom fields from a previously chosen list of users. The code below works just fine. I need to know how to include within this query the thumb pic for each user retrieved. Any ideas?
<?php
$values = get_field( 'execs','options' ); // Custom ACF user field retrieves a list of users
if ( $values ) {
$execs = array();
foreach ( $values as $value ) {
$link = get_author_posts_url( $value['ID'] ); //get the url
$nicename = $value['display_name'];
$userdesc = $value['user_description'];
$position = get_field( 'academic_position', 'user_' . $value['ID'] ); // custom ACF text
$affiliation = get_field( 'affiliations', 'user_' . $value['ID'] ); // custom ACF text
$execs[] = sprintf( '<li><a href="%s">%s</a><p>%s</p><p>%s</p><p>%s</p></li>', $link, $nicename, $userdesc, $position, $affiliation); // listing
}
echo '<h4>Executive Committee</h4>';
echo '<ul>';
echo implode( $execs );
echo '</ul>';
} ?>
]]>
Hi there, this plugin has not been updated since a long time, but it works pretty well also in WP v4.1.1.
There is an annoying notice though caused by line #77
in user-photo.php
.
I’d love to see the plugin fixed. The fix is pretty straight forward:
@@ -74,7 +74,7 @@ $userphoto_prevent_override_avatar = false;
# Load up the localization file if we’re using WordPress in a different language
# Place it in the “localization” folder and name it “user-photo-[value in wp-config].mo”
-load_plugin_textdomain(‘user-photo’, PLUGINDIR . ‘/user-photo/localization’); #(thanks Pakus)
+load_plugin_textdomain(‘user-photo’, false, ‘/user-photo/localization’); #(thanks Pakus)
What’s the procedure to have this chamge integrated in the plugin?
Who should I notify?
Thank you
]]>Hii ,
i want set the custom size for user photo
echo userphoto( $each_author->ID); i had use this function to get user photo i want set the size 205 ,205 how to do that please let me know
TY
]]>I am listing all my website’s users together by role (authors, contributors, subscribers, etc) in a custom directory page (NOT the author.php page). How can I pull each user’s thumbnail image to add to the listing?
Here’s the code I have, which works fine:
<?php
$args = array(
'role' => 'author',
'orderby' => 'display_name',
'order' => 'ASC'
);
$users = get_users( $args );
echo '<ul>';
foreach( $users as $user )
{
echo '<li>';
echo $user->display_name;
echo '</li>';
}
echo '</ul>';
?>
Any help as to how to add the thumbnail to the listing?
Much appreciated!
]]>1st bug: frontend where a userphoto is included:
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in wp-includes/functions.php on line 3195
fixed by replacing line 77 of user-photo.php:
was:
load_plugin_textdomain(‘user-photo’, PLUGINDIR . ‘/user-photo/localization’); #(thanks Pakus)
changed to:
load_plugin_textdomain(‘user-photo’, FALSE, dirname(plugin_basename(__FILE__)).’/localization/’); #(thanks Pakus)
2nd bug, in backend, plugins page:
Notice: has_cap wurde mit einem Parameter oder Argument aufgerufen, der seit Version 2.0 veraltet ist! Die Benutzung von user_level in Plugins und Themes ist veraltet. Nutze stattdessen das Abfragen von roles oder capabilities. in wp-includes/functions.php on line 3193
fix included:
– in function userphoto_add_page replaced the user level 8 with ‘edit_pages’
code now:
add_options_page(‘User Photo’, ‘User Photo’, ‘edit_pages’, __FILE__, ‘userphoto_options_page’);
Hello,
I’ve got an author who’s photo isn’t showing on their bio page. All other authors on our site are showing, the is the first we’ve seen of this.
https://unreasonable.is/author/john-bradley/
His photo shows up on the post he’s written at the bottom. (Although the scaling is off)
https://unreasonable.is/opinion/shooting-down-the-theory-of-disruptive-innovation/
Please advise. Thank you.
]]>I have been trying to update a photo for one of my contributors. While her User setup page shows the newer photo, her bio that accompanies her blog post does not.
If I delete the photo entirely, the photo also goes away from her bio on her blog post. But when I reload the new image to her user setup, the old photo still appears on her bio.
It’s not a cache issue. I’ve cleared everything out. It’s been goin gon for days. Please advise.
]]><? if (userphoto_the_author_photo() ) { ?>
<? } ?>
…echoes the photo as an object and returns FALSE.
I would like to use my own code in this condition if it returns TRUE
how do I test (returning TRUE or FALSE) whether there is an author photo without returning the object?
]]>Hi;
I can only get this plugin to work in admin mode. Even with the code provided by the de Jong (thank you) and setting up a front page, I can not get contributors to add their photo. The button will simply let me choose a picture but when I press Update Profile, nothing gets saved.
Any suggestions?
Lode
]]>I just installed your plugin, and added a user photo for one of our site’s contributors … but the “mystery man” icon is still showing next to his “bio” following his posts. Am I missing a step?
You can see what I’m talking about by looking here:
https://singout.org/2014/02/25/ron-olesko-test-post-2/
Scroll down to see the “About” bio following the test blog post.
THANKS!!
]]>