Subscribtion Help, ...help me! |
![]() ![]() |
Subscribtion Help, ...help me! |
Dec 9 2004, 05:15 AM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Dec 2004 Member No: 70,119 |
[FONT=Arial][SIZE=1][COLOR=blue] yea how exactly do you chance your subcriptions like for example:::
it would say "HHStootiefrootie" and i want it to be "megan" ??? does anybody know how to do that is so pweas tell me!!! :blush:gee im dumb! |
|
|
|
Dec 9 2004, 05:24 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
here you go:
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 (/HHStootiefrootie/i)) links[l].innerHTML = str.replace (/HHStootiefrootie/i, "megan"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out"); }//--> </script> <!-- end code provided by createblog.com --> for example where it says eprops you put the username, and in quotes you put the name you want to show up |
|
|
|
![]() ![]() |