 |
 |
| Blogging Forum Discuss general blogging issues here - design, integration, posting, trackbacks, ETC. Also discuss blogs you like. |
|
 |
|
04-23-2006, 02:42 PM
|
#1 (permalink)
|
|
Individualist
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
|
Image in posts.
I noticed that Loren Baker has Author Images in the posts at Search Engine Journal.
http://www.searchenginejournal.com/
How does he do that? Is there a plugin?
|
|
|
04-23-2006, 02:44 PM
|
#2 (permalink)
|
|
Freakgeek
Join Date: 02-23-04
Location: Cleveland, Ohio
Posts: 17,502
Latest Blog: None
|
oh that is cool. ask him maybe?
__________________
|
|
|
04-23-2006, 02:45 PM
|
#3 (permalink)
|
|
Individualist
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
|
I will. 
|
|
|
04-24-2006, 09:29 AM
|
#4 (permalink)
|
|
v7n Mentor
Join Date: 12-30-05
Posts: 350
|
No plugin John. Image file names are saved as the same name as the author Nick Name. So, if a nickname is JohnScott, the file name is served in a php include for JohnScott.png
How do you like the photos?
BTW, I noticed that JuggoPop has some nice avatars on his blog : http://www.juggopop.com/
Wonder what he uses for 'dat?
|
|
|
04-24-2006, 09:34 AM
|
#5 (permalink)
|
|
Member
Join Date: 10-09-03
Posts: 9,594
Latest Blog: None
|
Thanks Loren!
They are gravatars... "globally recognized avatars"
http://www.gravatar.com/
It uses your email address to find out what avatar you will have displayed.
So any site that uses gravatars will show your avatar when posting, commenting, etc.
|
|
|
04-24-2006, 09:36 AM
|
#6 (permalink)
|
|
Member
Join Date: 10-09-03
Posts: 9,594
Latest Blog: None
|
Quote:
|
Originally Posted by LorenBaker
How do you like the photos?
|
they look great and I think it's important to use something like that when you have more then on author... really sets things off.
|
|
|
04-25-2006, 10:09 PM
|
#7 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
Quote:
|
Originally Posted by LorenBaker
No plugin John. Image file names are saved as the same name as the author Nick Name. So, if a nickname is JohnScott, the file name is served in a php include for JohnScott.png
How do you like the photos?
BTW, I noticed that JuggoPop has some nice avatars on his blog : http://www.juggopop.com/
Wonder what he uses for 'dat?
|
I don't know how to do that, so I am using the plugin from the link below and it's not working, nothing happens.
http://www.coffee2code.com/archives/...author-images/
Ideas?
|
|
|
04-25-2006, 11:10 PM
|
#8 (permalink)
|
|
v7n Mentor
Join Date: 12-30-05
Posts: 350
|
I'll look a bit into it Colleen. A friend of mine had tried the plugin once to no avail. I have some test blogs running around I can try it out on. Will hopefully get back to you in a day or so.
Nice pic on YOUR blog by the way...
|
|
|
04-25-2006, 11:12 PM
|
#9 (permalink)
|
|
Individualist
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
|
Quote:
|
Originally Posted by LorenBaker
Nice pic on YOUR blog by the way...
|
I think she should use it as her avatar 
|
|
|
04-25-2006, 11:18 PM
|
#10 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
Quote:
|
Originally Posted by LorenBaker
I'll look a bit into it Colleen. A friend of mine had tried the plugin once to no avail. I have some test blogs running around I can try it out on. Will hopefully get back to you in a day or so.
Nice pic on YOUR blog by the way...
|
Thanks, Loren.
And thanks again.
John, I'm not sure how clear it would be at that small size. 
|
|
|
04-26-2006, 07:27 AM
|
#11 (permalink)
|
|
Member
Join Date: 10-09-03
Posts: 9,594
Latest Blog: None
|
Quote:
|
Originally Posted by Colleen
I don't know how to do that...
|
Don't you just hardcode an image tag in the template and put the username as the image title (using a dynamic tag for that part)...
I haven't tested it but something like this should work in WP:
[code]
<div float: left; padding: 10px;>
<img src="http://www.example.com/images/authors/<?php the_author() ?>.gif">
</div>
then the the images/authors/ folder add images with the same name as the author.
Last edited by Kalina : 04-26-2006 at 09:49 AM.
|
|
|
04-26-2006, 09:48 AM
|
#12 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
Quote:
|
Originally Posted by JuggoPop
Don't you just hardcode an image tag in the template and put the username as the image title (using a dynamic tag for that part)...
I haven't tested it but something like this should work in WP:
Code:
<div float: left; padding: 10px;>
<img src="http://www.example.com/images/authors/<?php the_author() ?>.gif">
</div>
then the the images/authors/ folder add images with the same name as the author.
|
I was trying that last night and fell asleep. Thanks Brian, I will try it out.
|
|
|
04-26-2006, 09:52 AM
|
#13 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
That worked. Thanks Brian. 
|
|
|
04-26-2006, 10:02 AM
|
#14 (permalink)
|
|
Member
Join Date: 10-09-03
Posts: 9,594
Latest Blog: None
|
sweet... I love when I get something right (for a change)
also, don't forget to float the image into the post. 
|
|
|
04-26-2006, 10:05 AM
|
#15 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
I have it planned to adjust it's display. Although I have no way to get it into the posts that I can see, and it is being floated.
Ok, got it now, just have to adjust some things.
|
|
|
04-26-2006, 10:12 AM
|
#17 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
Latest Blog: None
|
I said I was adjusting it.
|
|
|
04-26-2006, 10:13 AM
|
#18 (permalink)
|
|
Individualist
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
|
Just trying to piss you off, C.
|
|
|
04-26-2006, 10:14 AM
|
#19 (permalink)
|
|
aka Colleen
Join Date: 03-25-04
Location: Canada
Posts: 5,925
iTra | | |