geekgrl.net

home of hannah gray, bookworm, geek, cat-lover

Profile Pic Plugin Release

Updated w/major feature additions on November 2nd, 2008

Go to http://wordpress.org/extend/plugins/profile-pic/ for description, screen shots, FAQ, etc.

Example:
http://geekgrl.net/author/admin/

Download Link:


Dowload Count: 7016
Last Updated: 11/02/2008

Screen Shots:

Profile Pic Screen Shot 1
Side bar widget

Profile Pic Screen Shot 4
Profile Pic upload tool

Profile Pic Screen Shot 2
Widget configuration

Profile Pic Screen Shot 3
Profile Page

68 Comments so far

at 2:07 am on January 4th, 2007 suleiman wrote:

would love to test out this plugin but I get the following error on my blog:

Parse error: syntax error, unexpected T_VARIABLE in /home/…../public_html/wp-content/plugins/profile-picture.php on line 14


 
at 3:12 am on January 4th, 2007 hannah wrote:

Suleiman: I made a small adjustment and reuploaded the plugin - try downloading/installing it now. I’ve got the older version running on two sites now, so this must be a pretty minor error. I’m hoping I squashed it. Let me know!


 
at 9:44 pm on January 6th, 2007 Marjorie wrote:

Hannah, thank you for giving the details about your plugin. I haven’t done php for years so the details help orient me.


 
at 11:24 pm on January 6th, 2007 hannah wrote:

Marjorie: I’m glad the instructions were helpful. :) I tried to provide as much detail as possible… its not a one click install plugin, easy to get a bit lost. Let me know if you run into any problems.


 
at 11:27 am on January 14th, 2007 Markus wrote:

Hei! This is a perfekt plugin! Thank you! But i have one question: Can i use the Profil-pic like a gravater i comments? If yes, what is the code.

Thank you a lot!

Markus


 
at 12:11 pm on January 14th, 2007 hannah wrote:

that’s a good idea. I’ll work on it today. :)


 
at 5:41 pm on January 14th, 2007 hannah wrote:

okay, avatar option has been added. go ahead and redownload the plugin, replace the old profile-picture.php with the new, and then edit your theme’s comments.php useing the example code above to add avatars to comments (code already is use on these comments, in conjunction with the standard gravitars plugin)


 
at 6:12 pm on January 14th, 2007 Markus wrote:

Hei Hannah,

that´s so nice! Thank you very very much. After a wordpress-day have jeg with your help en sucess. Thank you! It works and i´m happy. Now can i sleep :)

Tusen takk (that´s norwegian) and Tausend Dank (that´s german)
Markus


 
at 7:58 pm on January 14th, 2007 shane wrote:

I am trying to get this working with an older (1.5.x) version of wordpress and so far everything is showing up in the backend except for the upload picture part. Do you know what i would have to change in order to hack it in?

Thanks in advance.


 
at 8:53 pm on January 14th, 2007 hannah wrote:

Shane: my plugin uses the profile_update hook to add the upload form to the user profile editing page. to my knowlege, there is no 1.5 equiv. hook. You could hack the form code into the profile editing core page without too much pain, but that kinda goes against WP principles.


 
at 10:05 pm on January 14th, 2007 shane wrote:

Its true it would be ugly, but could you maybe email me what section of code I would have to paste and maybe what file to paste it into? I would be very grateful :)


 
at 1:42 pm on January 16th, 2007 The Sietch Blog » Author Profile Pic Plugin wrote:

[...] Hannah over at geekgrl has helped me integrate a wonderful author picture plugin for wordpress author profiles check it out. As some of you might have noticed, you can on access author profiles by clicking on there names under the permalink to each post. [...]


 
at 10:25 am on January 17th, 2007 genau wrote:

I also would like to know where exactly i need merge that code.


 
at 10:56 am on January 17th, 2007 hannah wrote:

Genau: I’m talking with Shane to publish a 1.5 package. We’ll keep you posted…


 
at 12:05 pm on January 17th, 2007 Stan wrote:

Hannah -

FYI we had to add a section of file-permission code (snipped from from wp-includes/post.php) to work around an issue on our server and ensure that the upload isn’t executable. We placed this right after your move_uploaded_file call and worked like a charm:

// Set correct file permissions
$stat = @ stat(dirname($file_path));
$perms = $stat['mode'] & 0007777;
$perms = $perms & 0000666;
@ chmod($file_path, $perms);

Cheers –

– Stan


 
at 2:30 am on January 19th, 2007 Sean wrote:

Hi Hannah,

I’m unclear if I’m able to set the dimensions of the profile photos. It looks like it in your template tag 1, but I just can’t seem to work it out.

Beautiful plugin in any case.

-former banana slug (’03)


 
at 10:56 am on January 19th, 2007 hannah wrote:

Stan: Thanks for the code. this issue came up with another user and we resolved it with a similar bit of modification. I’ll go ahead and include it with the next release.

Sean: Template tag 1 is fingering width and height based on the size of the uploaded image. The script does not resize the pic (this functionality may be added later). (go slugs!)


 
at 1:58 pm on January 28th, 2007 Markus wrote:

Hei hannah,

i have en new question: I use the Plugin Get Recent Comments and i will use “your” Profil pics (like in the comments). How can i do this? Have you any idea?

Thank´s for your work!
Markus


 
at 8:36 pm on January 31st, 2007 » WordPress Plugin: Recent Comments wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 8:59 pm on January 31st, 2007 Krischan wrote:

Hello Markus and Hannah, the get_recent_comments plugin now has a %profile_picture macro to support Profile Pics. :)


 
at 2:35 am on February 1st, 2007 Markus wrote:

Hei Hannah, now support the plugin recent comments (http://blog.jodies.de/archiv/2004/11/13/recent-comments/) your plugin. Now can vi use the autor pic i author profile, comments and sidebar wiht recent comments. i´m happy!

Markus


 
at 4:03 pm on February 5th, 2007 Casey wrote:

Just wanted to test this out…


 
at 11:06 am on February 7th, 2007 suleiman wrote:

Hannah,

I’m trying to use your plugin in an installation of WPMU, the same software that powers Wordpress.com.

I thought the plugin would hiccup at uploading files to the directory /uploads/authors/ but it does not in fact have any diffculty doing so–which is great news!

The problem comes when trying to display the images associated with an author.

For example, on the blog farah.hadithuna.com, I was able to upload a profile picture for farah, who has a WPMU blog_id of “9.”

Your plugin saved her picture as “9.jpg” in the wp-content/uploads/authors/ directory, however if you go to her author page, the default image is displayed: http://farah.hadithuna.com/authors/

Do you have any idea what might be causing this kind of hiccup?


 
at 5:30 am on February 12th, 2007 Dan wrote:

I’m using the author_image_tag to display the image on the front page next to the user’s posts but I cannot seem to get those pictures to update when the user chooses a new avatar. It updates fine when I use the author_gravatar_tag in the comments, just not when I put it for the posts. I am using Wordpress 2.1 and any help would be really appreciated!


 
at 3:32 pm on February 12th, 2007 Mark wrote:

I can’t see the picture I keep trying to upload in my profile. I even tried using ftp to move my picture in the suggested “authors” folder and it doesn’t show

Help appreciated


 
at 6:09 am on February 15th, 2007 Loige wrote:

Very Cool! I’m going to try it! ;)


 
at 12:28 pm on February 27th, 2007 Filip wrote:

Hi Hannah,
thanx for the great plugin… It’s just what i needed…
But, i found some flaws, at least i think so…
You did the extension check in java script, but you didn’t do it in php, so the file gets uploaded anyway… It’s just not shown as image in the blog…
Image on author profile page wasn’t resized, so i added defualt image width. Also I added file size check.
Both of them you can set in the admin area…
If you want I can send altered plugin, so you can look at it, maybe change it, and then release ver0.2… :D


 
at 12:57 pm on February 28th, 2007 patrick wrote:

suleiman, Author Template Code should add after , this should be work. :)


 
at 12:59 pm on February 28th, 2007 patrick wrote:

suleiman, Author Template Code should add after the_post() in author template, this should be work. :)


 
at 3:40 pm on March 1st, 2007 Jason wrote:

Sorry to add a second comment…code I pasted in got removed…hope this works.

AUTHOR.PHP CONTAINS:

px;”>

Read the rest of this entry »’); ?>


 
at 12:05 am on March 5th, 2007 lego wrote:

Yeah I fixed the problem I wasn’t able to show pics in the comments loop but i installed a gravatar plugin and it just decided to work all of a sudden. Im guessing it was a missing database table of some sort.


 
at 10:20 pm on April 6th, 2007 omur wrote:

hello Hannah,
Thanks for update :)


 
at 4:36 pm on May 7th, 2007 Travis Dahl wrote:

Love this plugin so far. I got it working perfectly in the comments loop and on the author template but is there a way to show the picture next to posts, to show the author on pages like the index where you have several posts from different authors? When I try I just get the default pic no matter what.

On a different note, i think it would be cool to add something like this is the backend:

http://spindrop.us/2006/09/16/cropping-images-using-dhtml-prototype-and-symfony/


 
at 12:05 pm on May 9th, 2007 bdisfunctional » Blog Archive » Wordpress plugin: custom profile picture plugin wrote:

[...] I changed the profile picture plugin by Hannah Gray aka Geekgrl in such a way that users with admin rights now can change profile pictures for other users. Until now I haven’t heard back from Hannah and my comments on her blog did not seem to get through. So I decided to upload my customized version here and allow other people to use it as well. Check the instructions. [...]


 
at 2:03 pm on May 9th, 2007 Gran Impetu » Insertar imagen de cada bloguer wrote:

[...] Existe un plugin para Wordpress para colocar una imagen de cada bloguer, preferentemente una no muy grande de su cara, junto a cada post que realizó. En este post explicaré como lograr esto sin la utilización del plugin y de manera muy simple. [...]


 
at 4:13 pm on May 14th, 2007 WP Plugin: Profile Pics Plugin : BlogBuster wrote:

[...] Download og ls mere om dette plugin, HER! Af: admin | WordPress, Plugins (Ingen stemmer endnu)  Loading …                  [...]


 
at 5:48 pm on June 16th, 2007 Emanuele wrote:

Hi,

I started using this plugin some days ago.
It’s very nice!

But I had a “small” problem.

I’m using Italian localization of Wordpress and before be able to use Profile Pics I had to change all the “_e” in the source code with “echo”, otherwise Wordpress try to translate the words/”source code” and of course it does a lot of mistakes.


 
at 10:56 pm on August 24th, 2007 Köşe Yazarları Bölümü Oluşturmak | Bilişim Sözlük wrote:

[...] Gerekli ayarları Tercihler/Profil Pictures sekmesi altında yapabilirsiniz. Eklentinin Adresi: http://geekgrl.net/2007/01/02/profile-pics-plugin-release/ NOT: Eklenti eski olduğu için eklediğiniz resmi Yönetim/Profil sekmesinde göstermez ama o [...]


 
at 11:04 pm on August 29th, 2007 Profile Picture Plugin WPMU Crop Thumbnails wrote:

[...] you load up a profile pic using the geekgrl profile picture plugin which is also done by suleiman for wpmu the gd graphics library squashs or stretches the [...]


 
at 7:51 am on September 3rd, 2007 WordPress Plugins Database » Plugin Details » Author Profile Picture wrote:

[...] Visit [...]


 
at 7:09 pm on September 14th, 2007 bilgiservisim » En iyi 100 wordpress eklentisi wrote:

[...] 160) Profile Pics Plugin [...]


 
at 2:00 am on October 8th, 2007 サイドバーコメントの表示方法カスタマイズPlugin Get Recent Comments » kuniharumaki blog wrote:

[...] Becomes to URL of a profile picture. Use it like this: <img src=”%profile_picture” width=16 height=16>. This only works after activation of Hannah Gray’s Profile Pics Plugin. [...]


 
at 11:11 am on October 11th, 2007 Rexsong2007 Theme - 千鳥志 wrote:

[...] Author Profile Picture [...]


 
at 4:46 am on November 27th, 2007 Kollection » [Plugin] Get Recent Comments 2.0.2 wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 6:48 pm on December 1st, 2007 loige wrote:

It seems really really cool! ;)


 
at 4:38 pm on December 13th, 2007 ruyjol.net » get recent comments wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 1:47 pm on December 14th, 2007 AJAX Comments 2.09 wrote:

[...] plugins is great fun, but supporting them [for free] is not. Inspired by Hannah Gray’s Profile Pics Plugin, and the GNU philosophy on selling free software, there’s now a minimal fee for the download. [...]


 
at 10:55 pm on December 14th, 2007 R.A.M.Page wrote:

Really cool, thanks! ;)


 
at 12:10 pm on December 26th, 2007 cekay wrote:

Wonderful plugin! Wish you the best for 2008!


 
at 5:40 pm on January 26th, 2008 Dursun Önkuzu Okuma Evi » Blog Archive » dursun wrote:

[...] Gerekli ayarları Tercihler/Profil Pictures sekmesi altında yapabilirsiniz. Eklentinin Adresi: http://geekgrl.net/2007/01/02/profile-pics-plugin-release/ NOT: Eklenti eski olduğu için eklediğiniz resmi Yönetim/Profil sekmesinde göstermez ama o [...]


 
at 6:59 pm on January 26th, 2008 300 Adet Wordpress Eklentisi : Yılmaz Eres wrote:

[...] 228 Profile Pics Plugin [...]


 
at 3:41 am on January 31st, 2008 sogonew » Blog Archive » 工作日志1-增加评论头像 wrote:

[...]  http://geekgrl.net/2007/01/02/profile-pics-plugin-release/ [...]


 
at 9:28 am on February 7th, 2008 Rosyidi wrote:

Great plugin. Thanks


 
at 8:31 pm on February 16th, 2008 Link notes dal 13 2 2008 al 16 2 2008 » Sapientone wrote:

[...] geekgrl.net » Profile Pics Plugin Release - Profile Pics Plugin Release [...]


 
at 12:07 pm on March 3rd, 2008 Free For All » Get Recent Comments wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 6:22 pm on March 5th, 2008 Author Image plugin for wordpress | webgarden.ca wrote:

[...] can download the plugin here: geekgirl I spent a buck on this plug-in and it was well worth [...]


 
at 8:02 am on March 9th, 2008 B i g Z e r o » Blog Archive » Get Recent Comments wrote:

[...] für Hannah Gray’s Profile Pics [...]


 
at 4:22 am on September 10th, 2008 Top WordPress Plugins For Every Type of Blog! - The Best Blogging Upgrades Available | The Net Fool wrote:

[...] Profile Pics Plugin If you have multiple writers, it looks much neater to allow each to submit their own image for you [...]


 
at 9:02 am on September 19th, 2008 Increase Comments using Get Recent Comments Plugin - Wordpress wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 1:14 pm on September 30th, 2008 pluginsetc.com » Blog Archive » Get recent comments wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 2:06 pm on October 6th, 2008 Wordpress En iyi eklentiler ve açıklama 400 adet | İnternet Çöplüğü wrote:

[...] © Profile Pics Plugin Site yazarlarının detaylı bilgilerinin görüntülenmesini [...]


 
at 4:26 am on October 17th, 2008 Wordpress Plugin: Get Recent Comments | Web | Our Life wrote:

[...] Supports Hannah Gray’s Profile Pics Plugin [...]


 
at 4:25 pm on October 18th, 2008 WordPress Plugin Releases for 10/18 | Wordpress Blog NL wrote:

[...] Author Profile Picture [...]


 
at 9:21 pm on October 18th, 2008 bubazoo wrote:

One issue I’ve always had with wordpress 2.5+ when the introduced gavatars, is the authors gavatar isn’t global, so I can’t post my gravatar to the left of every title of each blog entry. would a plugin like this fix this issue?


 
at 6:03 am on October 19th, 2008 Naghies » Blog Archive » افزونه های تازه wrote:

[...] Author Profile Picture [...]


 
at 6:53 am on October 19th, 2008 Weblog Tools Collection: WordPress Plugin Releases for 10/18 | KaosKoxp Oyun Portali wrote:

[...] Author Profile Picture [...]


 
at 11:35 am on October 20th, 2008 WordPress Plugin Releases for 18.10.08 | PATRONIT.NET wrote:

[...] Author Profile Picture [...]


 
at 12:17 pm on October 23rd, 2008 Weblog Tools Collection: WordPress Plugin Releases for 10/18 | Aslifmbiz Blog wrote:

[...] Author Profile Picture [...]


 

Leave a reply


Fatal error: Call to undefined function akst_share_form() in /home/.fucilli/hgray/geekgrl.net/wp-content/themes/geekgrl/footer.php on line 15