boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Replace author name with image?

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
septembersky



Joined: 19 Nov 2004
Posts: 6

PostPosted: Sat Jan 01, 2005 10:53 pm    Post subject: Replace author name with image? Reply with quote

How do you replace the author name on your blog, with an image? Like on: http://www.kiss-my-kitty.com ?

I tried searching for it, but couldn't find anything that could help me.
Back to top
View user's profile Send private message
Jennifer



Joined: 11 Aug 2002
Posts: 23
Location: Ronks, PA

PostPosted: Sun Jan 02, 2005 8:07 pm    Post subject: Reply with quote

Hey. I didn't bother "replacing" the author tag. I just put in an image beneath the coding for each blog entry. It kind of looks like this:
Code:

<?php the_content() ?>
<div align="right">
<img src="...
</div>


Edited to add. If you wanted to actually edit/modify the author tag so that an image would show up for each author, you would do something like this:
Code:

<?php the_content() ?>
<div align="right">
<img src="<?php the_author() ?>.gif" width="50" height="50" border="0">
</div>


You would just need to upload an image named author.gif (where author is the name of the author of the entry, obviously). Smile
_________________
10-27-04: Mommy to Alyssa!
kiss-my-kitty.com | seduced-boards.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
septembersky



Joined: 19 Nov 2004
Posts: 6

PostPosted: Sun Jan 02, 2005 8:14 pm    Post subject: Reply with quote

Thanks for the help! Haha, I didn't think you would be the one to reply Cool Thanks!
Back to top
View user's profile Send private message
Jennifer



Joined: 11 Aug 2002
Posts: 23
Location: Ronks, PA

PostPosted: Sun Jan 02, 2005 8:21 pm    Post subject: Reply with quote

I saw the referral link in my tracker.
_________________
10-27-04: Mommy to Alyssa!
kiss-my-kitty.com | seduced-boards.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sigg3



Joined: 03 Jul 2003
Posts: 782
Location: Oslo, Norway

PostPosted: Mon Jan 03, 2005 11:47 am    Post subject: Reply with quote

Check this out:
Defining style by category
Neat:)
_________________
Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group