subscription list, how can i change the usernames to names? |
subscription list, how can i change the usernames to names? |
Dec 13 2004, 11:30 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Dec 2004 Member No: 71,183 |
Hello~
I was wondering... How can I change the usernames in the subscriptions list to the names I actually know those guys as? Does anyone know the code for it? I'd really appreciate it if someone helped... Thanks... |
|
|
|
![]() |
Dec 14 2004, 04:00 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
did you use this one?
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 (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); }//--> </script> <!-- end code provided by createblog.com --> change where it says USERNAME to the xanga username and change where it says NICKNAME to the name you want it to say, if you need more just add more of these: else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "NICKNAME"); make sure its in your web stats |
|
|
|
artistsera0215 subscription list Dec 13 2004, 11:30 PM
shortvi3tlaydee USE THE 'REPLACE ANY LINK TEXT' script fou... Dec 13 2004, 11:37 PM
artistsera0215 I tried, but the code doesn't work...
byt he w... Dec 13 2004, 11:53 PM
sweetxsimplicity It's in Xanga Scripts. Dec 13 2004, 11:55 PM
artistsera0215 it won't work!!! Dec 18 2004, 03:34 PM
derekjohnathon how can you center the names and add other edits t... Dec 19 2004, 01:05 AM
MyChemicalRomance. QUOTE(artistsera0215 @ Dec 18 2004, 12:34 PM)... Dec 19 2004, 01:22 AM
artistsera0215 yUp... I did... Dec 22 2004, 12:10 AM![]() ![]() |