Log In · Register

 
replacing xanga usernames?.., the script for it,plz help
emerika66
post Nov 1 2004, 08:29 PM
Post #1


Senior Member
***

Group: Member
Posts: 95
Joined: Feb 2004
Member No: 3,903



can someone tell me whats the code for replcing ur friend's xanga usernames to their name or whatever u wanna change it to?
and also,is there a code for hiding ur blogrings???
 
 
Start new topic
Replies
sweetxsimplicity
post Nov 1 2004, 11:41 PM
Post #2


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



^ Ehm..no, that's only for text, you use the replace any link script.

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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->


[ http://www.createblog.com/forums/index.php?showtopic=32 ]

And there's no way to remove only your blogrings, unless you want to remove all your modules.
 

Posts in this topic


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