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
|
|
![]() 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 --> |
|
|
![]() ![]() |