Log In · Register

 
subscription list, how can i change the usernames to names?
artistsera0215
post Dec 13 2004, 11:30 PM
Post #1


Member
**

Group: Member
Posts: 25
Joined: Dec 2004
Member No: 71,183



Hello~ _smile.gif
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? pinch.gif
I'd really appreciate it if someone helped... biggrin.gif
Thanks...
 
 
Start new topic
Replies
kellyannie
post 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
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: