Sigg3
Joined: 03 Jul 2003 Posts: 294 Location: Oslo, Norway
|
Posted: Wed May 12, 2004 8:51 am Post subject: |
|
|
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! |
|