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 13 2004, 11:37 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
USE THE 'REPLACE ANY LINK TEXT' script found in xanga scripts
|
|
|
|
Dec 13 2004, 11:53 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Dec 2004 Member No: 71,183 |
I tried, but the code doesn't work...
byt he way, what are codes called, again? I forget... |
|
|
|
Dec 13 2004, 11:55 PM
Post
#4
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
It's in Xanga Scripts.
|
|
|
|
Dec 14 2004, 04:00 AM
Post
#5
|
|
![]() 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 |
|
|
|
Dec 18 2004, 03:34 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Dec 2004 Member No: 71,183 |
it won't work!!!
|
|
|
|
Dec 19 2004, 01:05 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Nov 2004 Member No: 59,471 |
how can you center the names and add other edits to it?
|
|
|
|
Dec 19 2004, 01:22 AM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
QUOTE(artistsera0215 @ Dec 18 2004, 12:34 PM) it won't work!!! did you make sure to put the username twice? |
|
|
|
Dec 22 2004, 12:10 AM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Dec 2004 Member No: 71,183 |
yUp... I did...
|
|
|
|
![]() ![]() |