SubScribtions - Changing Sn to their real name |
SubScribtions - Changing Sn to their real name |
![]()
Post
#1
|
|
![]() Clarissa ![]() ![]() ![]() Group: Member Posts: 77 Joined: Apr 2004 Member No: 14,396 ![]() |
i've tried the Changing Link Script and Changing Text Script but both do not work
have you seen those xangas where the list of subscriptions is filled with nothing but people's real names instead of the xanga screen names? how do u do that... instead of having xxclarissa_leighxx and so forth...on the subscriptions list, how do i change it to Clarissa's Xanga ? |
|
|
![]() |
![]()
Post
#2
|
|
![]() anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 ![]() |
go to xanga scripts. they have it there for sure and dont forget to put the code under your website status
|
|
|
![]()
Post
#3
|
|
![]() Clarissa ![]() ![]() ![]() Group: Member Posts: 77 Joined: Apr 2004 Member No: 14,396 ![]() |
i looked in xanga scripts and i cant find it. can anyone please give me a link if its there? cuz i've looked thru it a billion times...
|
|
|
![]()
Post
#4
|
|
![]() Newbie ![]() Group: Member Posts: 9 Joined: Feb 2004 Member No: 3,790 ![]() |
Just put the xanga name in the username spaces [leaving the quotes], and then put what you want to change it to in the new name spaces [and leaving the quotes]. To make it easy, if you want to do more then the few xangas there, then just keep pasting the code in.
It goes in website stats. -Krissy Kat ----------------- <!-- 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 (/username/i)) links[l].innerHTML = str.replace (/username/i, "new name"); else if (str.match (/username/i)) links[l].innerHTML = str.replace (/username/i, "new name"); else if (str.match (/username/i)) links[l].innerHTML = str.replace (/username/i, "new name"); else if (str.match (/username/i)) links[l].innerHTML = str.replace (/username/i, "new name"); }//--> </script> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#5
|
|
![]() Clarissa ![]() ![]() ![]() Group: Member Posts: 77 Joined: Apr 2004 Member No: 14,396 ![]() |
thanks!
|
|
|
![]() ![]() |