Log In · Register

 
time, eprops, comments, email it, can i make them jpg/gif?
lunch
post Jan 25 2004, 12:58 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Jan 2004
Member No: 1,571



hello.........

is it possible to use images for the links at the bottom of every post (time, eprops, comments, email it)? and if so...would it be possible to change the image to correspond with the number of eprops/comments that are given for that post (i.e. a different image every time eprops/comments are added)? this would help lots...thanks.

have a great day.
 
 
Start new topic
Replies (1 - 3)
urcompsezwazzup
post Jan 25 2004, 05:01 PM
Post #2


amnesia n dejavu...think ive 4gotten this b4
****

Group: Member
Posts: 205
Joined: Jan 2004
Member No: 1,521



its probably possible if you mess around a bit with the text replacer that replaces html too...just find the link for that is put at the bottom of the post, and replace that with an image and link html tag...it should work i think, tho i never tried it xP lol
-aMiT-
 
tofumonzter
post Jan 25 2004, 09:47 PM
Post #3


[[one piece :D
******

Group: Member
Posts: 2,722
Joined: Jan 2004
Member No: 795



NO!?
 
IIIIIIIIIIIIIIII...
post Jan 26 2004, 02:20 AM
Post #4


K R I S E X Y =p
*****

Group: Member
Posts: 493
Joined: Jan 2004
Member No: 1,063



YES u can..hehe biggrin.gif

this code is from my previous layout im too lazy to fix it for u hehe.. just put this code in ur webstats and see the outcome..i replaced email with an image.. wink.gif

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (day|night)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "·´¯`·­» Love");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "·´¯`·­» Love");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "·´¯`·­» Pride");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "·´¯`·­» Pride");
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://volcano.photobucket.com/albums/v11/lilpinoyincali/site/note.gif border='0'>");
}//-->
</script>

<!-- end code provided by createblog.com -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: