Help - Search - Members - Calendar
Full Version: ur subscription list
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
ox sweethrt26 xo
Hey I was wondering if there was a way that instead of showing there user name on ur subscrition list it could show a name

Love Kelly
MrElsewhere
nope...only if u have custom modules
ox sweethrt26 xo
okay thanks
TrannieL
Ok i get this code from this site

Put it in WEB STATS:


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, "darkness");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "dark spell");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "lightness");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "light spell");
else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "Sell Your Soul...");
else if (str.match (/subscription/i)) links[l].innerHTML = str.replace (/subscription/i, "of life without your soul...");
else if (str.match (/subscriptions/i)) links[l].innerHTML = str.replace (/subscriptions/i, "Whateverz");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "Remember nothing...");
else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "Black Book of Death");
else if (str.match (/Allybabaa206/i)) links[l].innerHTML = str.replace (/Allybaba206/i, "Ally!");
else if (str.match (/Chinchilla_Gurl/i)) links[l].innerHTML = str.replace (/Chinchilla_Gurl/i, "Chili");
else if (str.match (/Forever_Lost_And_Lonley/i)) links[l].innerHTML = str.replace (/Forever_Lost_And_Lonley/i, "Burrito");
else if (str.match (/xX_RaMeRa_Xx/i)) links[l].innerHTML = str.replace (/xX_RaMeRa_Xx/i, "Ramera");
}//-->
</script>
<!-- end code provided by createblog.com -->


Change Allybabaa206 to the xanga user u want and Ally to the name to the person.

QUOTE
else if (str.match (/Allybabaa206/i)) links[l].innerHTML = str.replace (/Allybaba206/i, "Ally!");


Remember this is the last link code. Dun put anymore text link below it.

QUOTE
else if (str.match (/xX_RaMeRa_Xx/i)) links[l].innerHTML = str.replace (/xX_RaMeRa_Xx/i, "Ramera");


- Tran -
ox sweethrt26 xo
YAY thanks lol im happy you found that..

Love Kelly
TrannieL
QUOTE(ox sweethrt26 xo @ Sep 1 2004, 2:49 PM)
YAY thanks lol im happy you found that..

Love Kelly

No problem happy.gif

- Tran -
sherryvu
[ topic closed ]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.