View Full Version : where to begin...


dramadome
01-20-2005, 08:28 AM
bare with me here, i'm a work in progress! i found codes to make my eprop and no eprops into icons. when i put the code into my website stats, nothing changed. it went back to being the boring 'add' etc. i improvised several different ways with the code (maybe i deleted the wrong thing) but always started over again if the improvision didn't work. i also think it could be my skin code, but i don't see anything sayin that it tampers with the eprops.

here's the eprop 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+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif);else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif);
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif");}//-->
</script>
<!-- end code provided by createblog.com -->

any help would be greatly appreciated, especially soon because i'm frstrated!! thank you in advance :smile:

JiNgLeBeLLz77
01-20-2005, 03:01 PM
try this (http://www.createblog.com/forums/index.php?showtopic=40952) for the eprops...

and use this for the comments...

<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+ (am|pm)/i)) links[l]
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "<img src=http://www.YOURURLHERE.com border='0'>");
}//-->
</script>

dramadome
01-20-2005, 11:55 PM
thank you! and how did you make the link say 'this' instead of having the link written out?

JiNgLeBeLLz77
01-21-2005, 12:36 AM
you use... <url=blahblah>this</url> but instead of using > arrow things... use brackets [ ] :D

dramadome
01-21-2005, 09:12 PM
come again?!

so its:
[www.hopethisisright]this[www.hopethisisright.com] ?

JiNgLeBeLLz77
01-21-2005, 11:45 PM
yes yes =] it's the second one!

dramadome
01-22-2005, 06:43 PM
didnt work.

i wrote: [www.xanga.com=this]this[www.xanga.com]

and thats exactly what showed, not just 'this'

lol sorry!

JiNgLeBeLLz77
01-22-2005, 06:59 PM
it should look like this (http://img.photobucket.com/albums/v41/JiNgLeBeLLz77/url.gif)

dramadome
01-26-2005, 04:00 AM
thank you!

JiNgLeBeLLz77
01-26-2005, 04:05 AM
you're welcome =]

dramadome
02-03-2005, 05:55 AM
hi, me again! sorry to bother you, but my puter got fixed and alot of my files were deleted. in them was that cheat sheet you posted for me for the link translation. if you could be so kind and re-post or re-send that code for i'd be forever grateful! i must have tried 20 different ways of tryin to remember it offhand, but i got nothing!! thank you in advance!!

dramadome
02-04-2005, 04:59 AM
hi, me again! sorry to bother you, but my puter got fixed and alot of my files were deleted. in them was that cheat sheet you posted for me for the link translation. if you could be so kind and re-post or re-send that code for i'd be forever grateful! i must have tried 20 different ways of tryin to remember it offhand, but i got nothing!! thank you in advance!!