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 the URL and EMAIL tags in comments with image?

 
Post new topic   Reply to topic    boardom Forum Index -> Template help
View previous topic :: View next topic  
Author Message
poohbear16



Joined: 11 May 2004
Posts: 1
Location: Australia

PostPosted: Tue May 11, 2004 5:51 pm    Post subject: replace the URL and EMAIL tags in comments with image? Reply with quote

i want to replace the URL and EMAIL tags in the comments page with images. how do i do that? please help!!
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Sigg3



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

PostPosted: Wed May 12, 2004 8:51 am    Post subject: Reply with quote

E-mail tags for the users? Ok, have you read the manual?

If you just want a picture that says e-mail, and is not relative according to users, you can go like this:
Code:
<a href="mailto:<?php the_author_email() ?>"><img src="folder/yourimage.jpg" border="0" alt="E-mail" title="E-mail"></a>
inside the b2-loop.

If you want a picture that's variable to your users logins (fluffy_bear, cozy_chair etc.) , go like this
Code:
<a href="mailto:<?php the_author_email() ?>"><img src="folder/<?php the_author_login() ?>.jpg" border="0" alt="E-mail" title="E-mail"></a>

This one requires jpgs named after the users login, in casu fluffy_bear.jpg, cozy_chair.jpg and even admin.jpg (should be grumpy lookin')

If you want a picture that's relative to your users ID (1,2 3 etc.)
Code:
<a href="mailto:<?php the_author_email() ?>"><img src="folder/<?php the_author_ID() ?>.jpg" border="0" alt="E-mail" title="E-mail"></a>

This one requires jpgs named by numbers, admin is 1 = 1.jpg, user 2 is 2.jpg etc.

And if you want to dance, go like this:
Code:
<Zybl0re> get up
<Zybl0re> get on up
<Zybl0re> get up
<Zybl0re> get on up
<phxl|paper> and DANCE
* nmp3bot dances :D-<
* nmp3bot dances :D|-<
* nmp3bot dances :D/-<

This one is from bash dot org and requires close to nothing.
_________________
Sigg3 dot net - because you're worth it!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Template help 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