names instead of unsernames, how do you cnage the usernames to .... |
names instead of unsernames, how do you cnage the usernames to .... |
Sep 5 2004, 06:43 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Sep 2004 Member No: 45,867 |
hey. how do you make the usernames of people you are subsciibed too ahange to the persons name? please help meh! thanks....i love ya
~rache~ |
|
|
|
![]() |
Sep 5 2004, 06:46 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Ahhh!!!!!!!
Use the replace links code. Switch the stuff in the backslashes to the username. Got it? o.O |
|
|
|
Sep 5 2004, 06:59 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: Sep 2004 Member No: 45,867 |
um...not reaLLY BUT ILL TRY. LOL. thanks\
ok i tryed...it didnt really work..is there a cpde u can post 4 me? |
|
|
|
Sep 5 2004, 07:04 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
are you sure you used the right one? it's this: http://www.createblog.com/forums/index.php?showtopic=32
|
|
|
|
Sep 5 2004, 07:07 PM
Post
#5
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
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 (/USERNAMEHERE/i)) links[l].innerHTML = str.replace (/USERNAMEHERE/i, "WHATYOUWANTITTOAPPEARAS"); else if (str.match (/USERNAMEHERE/i)) links[l].innerHTML = str.replace (/USERNAMEHERE/i, "WHATYOUWANTITTOAPPEARAS"); 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 --> Replace the things in caps... (And repeat for the ones I was too lazy to fix.) |
|
|
|
![]() ![]() |