replacing xanga usernames?.., the script for it,plz help |
replacing xanga usernames?.., the script for it,plz help |
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??? |
|
|
|
![]() |
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. |
|
|
|
emerika66 replacing xanga usernames?.. Nov 1 2004, 08:29 PM
shortvi3tlaydee try using the replace any text script
CODEBOX: -... Nov 1 2004, 10:23 PM
Sherry_Vu use this to hide/remove your blogrings module
COD... Nov 2 2004, 12:17 AM
Alternatie if you want an easier way of doing it, then i sugg... Nov 11 2004, 01:25 PM![]() ![]() |