does this plugin work? I need something like that
]]>Has old calls and throw PHP erors
]]>Someone should fix this plugin.
]]>Adding my feedback of this plugin as “broken” to the list of reviews. Sounds like a great idea for a plugin, but its most basic features is broken in current WordPress (tested in a fresh install, no plugins, core themes).
Has it been abandoned? Can it be adopted or forked by interested parties?
]]>Hi,
when I go to my profile and/or the profiles of my subscribers and try to upload a new profile picture, WP says it worked, but nothing changes: No new picture and no upload to my profile pictures directory.
Even when I put the pictures by myself via ftp to the directory and give them the correct name “id#.jpg” (e.g.: “123.jpg”), nothing changes.
I hope it’s getting fixed soon or s.o. can explain me what I am doing wrong or can do by myself to solve the problem. Thanks!
]]>Lamest plugin ever. The profile pic will not upload and/or show in profile. Isn’t that the whole point of the plugin?
]]>I am using wp_creatix for theme.I got a few pictures to show up but everytime a new user is registered i get folder doesnt exist and not chmoded 777. The folder does exist, it is chmoded to 777 and it belongs to www-data:www-data. The folder name of the profile pics is right. I cleared all the cookies. It seems the picture is on the website but it doesnt show.(not cached).Also options are set for multiple authors.
]]>I attempted using this on my WordPress page several times and it does not load pictures at all nor is it recognized when I comment on other websites/blogs even after I use my login information.
]]>The plugin works fine in Chrome (Mac/PC) and IE9 (PC), but it doesn’t in IE8.
No errors, but also no upload…
Any ideas? Anyone?
Please can someone help me,
I have installed the Profile Pic plugin and uploaded my profile pic but this image now shows on all comments made by other people on my blog, instead of the mystery man image.
Does anyone have any ideas how I can fix this?
Many thanks
]]>after you have browsed and selected your photo, there is no UPLOAD button so you update but no picture shows up.
]]>Hi, installed plugin and it shows the profile pic box on the edit profile page. I choose a pic to upload and the name and destination shows up in the browse box, I update changes and nothing!! no picture, tried over and over.
Sorry I dont understand enough code so thought this would work easily
After choosing your image file and clicking Update User, the image does not upload.
I’ve used this plugin for a while now (pre-WP 2.7) and would like to continue doing so.
]]>I intend to create a page with some important authors.
Is there a possibility to show their profiles including the author-pic.
I am not so familar with php to code it complete by myself.
Therefore I am looking for a ready to install solution.
The shortcode [printprofile()] does not work.
Please has anyone a hint for me.
thamnks in advance
Herb
I can browse for my pic, but nothing happens when I click the update profile button, and no pic appears in my profile.
]]>I’m getting the following error message when I try to upload a photo. I’m a newbie, so don’t how to solve what is apparently an easy problem. Help much appreciated.
Warning: Invalid argument supplied for foreach() in /home/content/81/3988381/html/beachedmiami.com/wp-content/plugins/profile-pic/profile-pic.php on line 422
Warning: Cannot modify header information – headers already sent by (output started at /home/content/81/3988381/html/beachedmiami.com/wp-content/plugins/profile-pic/profile-pic.php:422) in /home/content/81/3988381/html/beachedmiami.com/wp-includes/pluggable.php on line 934
]]>Seems this plugin is no longer looked after.
The picture does not upload.
No chance of paying for it if you dont update it on a regular basis is there.
]]>I can see the picture on the plugins page but on my actual blog the picture doesn’t show up. It very well could be my fault but I can’t figure it out. Any help would be great!
]]>Hello there,
I’m using profile pic on my wordpress installation. I am planning on importing a bunch of users, and was wondering what would be the easiest way of importing their profile pictures.
Right now the pictures are formatted according to ‘firstname_lastname.jpg’ (although some may be png’s).
Would you recommend writing a php script that loops through all the image file names, and assign them to right user_id? What is the php function in Profile Pics that assigns a profile picture to a user?
Thanks for the help!
Rafi
There appears to be path issues when WP is installed on a sub-directory.
Why do you use ABSPATH rather then $_SERVER[‘DOCUMENT_ROOT’]?
My edit
function profilepic_internal_picpath($authorID, $display = true, $type = ‘url’) {
switch($type) {
case ‘url’ :
$ref = profilepic_internal_cleanpath(profilepic_internal_pickimage($authorID));
if ($display) { echo $ref; } else { return $ref; }
break;
case ‘absolute’:
$ref = profilepic_internal_cleanpath($_SERVER[‘DOCUMENT_ROOT’] . profilepic_internal_pickimage($authorID));
if ($display) { echo $ref; } else { return $ref; }
break;
}
}
When you’re logged in to wordpress and looking at the live your user profile pic is displayed on the page, and it covers up most of the page because it’s so massive.
]]>There is no option to change the URL that the blog profile pictures are using. At the moment the pictures are loading at the root site, not with a /blog extension.
For example, the images are trying to load at: https://www.maelstrome-designs.co.uk/wp-content/profile-pics/3.jpg
when it should be loading at: https://www.maelstrome-designs.co.uk/blog/wp-content/profile-pics/3.jpg
I have changed the settings in the main dashboard to reflect this, and it’s still happening.
]]>Hello, it seems that the plugin isn’t compatible with the new WordPress 3.1 the image in the Admin bar on the top is way to big :p
I hope you can fix this a.s.a.p.
Thank you in advance!
— Roy Worang
]]>I’ve seen the link explaining about removing <?php and ?> whitespace in the associated files for the errors given, that didn’t work for me.
My particular profile-pic.php appears to be broken somewhere from line 841 to the end, due to the discoloration of my editor – code is supposed to be blue, and from line 844 on the text is mostly black, even the remarked text which should be green.
Warning: Invalid argument supplied for foreach() in /home/literat/public_html/ccsnowrunners/wp-content/plugins/profile-pic/profile-pic.php on line 422
Warning: Cannot modify header information – headers already sent by (output started at /home/literat/public_html/ccsnowrunners/wp-content/plugins/profile-pic/profile-pic.php:422) in /home/literat/public_html/ccsnowrunners/wp-includes/pluggable.php on line 890
I then saw a post that said to put a line of code in front of the foreach on line 422, and I did that – I no longer get the error but the profile picture still doesn’t show up on the front end.
Now what?
]]>Hi,
Your plugin is amazing ?? i love it !
I add a bbpress forum and i share the same data base user.
Can you help me to write a little plugin that allow me to show profil pics instead of bbpress pics?
Thanks
]]>How exactly does this work? I am trying to make it be so when the “logged in” user clicks a link that leads to [printprofile] that they will see their respective profile. However it seems it only shows the main admins profile every time. Eventually I would like the usernames on comments to be clickable and take you to their respective profile so you can see their basic information and what they are willing to share. But before I do that I need to find out how I can even have it know that when I am logged in as someone besides admin that I see my own profile and not just the admin profile. Does this make sense?
]]>Can anyone tell me where to change the upload directory when you upload a new pic to your profile?
]]>Hi There, Love the plugin.
I have started using a sub domain to host my image files. I have changed the path in the plugin settings by the post pages show an error. The error message is below…
Warning: getimagesize(/home/localhost/xxxxxxx.com/img.xxxxxxx.com/images/profile-pics/2.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/localhosty/xxxxxxx.com/wp-content/plugins/profile-pic/profile-pic.php on line 664
The path is showing the old “localhost” developement path plus the end part (img.xxxxxxx.com/images/profile-pics/2.jpg) which is the correct path.
How do I adjust the plugin to function correctly?
]]>These are the error messages:
Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\wordpress-mu\wp-content\plugins\profile-pic\profile-pic.php on line 422
Warning: Cannot modify header information – headers already sent by (output started at D:\xampp\htdocs\wordpress-mu\wp-content\plugins\profile-pic\profile-pic.php:422) in D:\xampp\htdocs\wordpress-mu\wp-includes\pluggable.php on line 890
I added this if condition before foreach statement at 422 line in profile-pic.php and it is working fine now.
if($raw_data)
ANything I do with the widget in WP 3.0.1 results in an headers already sent error.
]]>