lilkit10
08-26-2004, 01:42 AM
I can't find a thread for this so I'll start 1.
How do you change the people in ur subscription list (ex- Bill_88's xanga link) to names (ex Bill). Thanx
CKY Chick
08-26-2004, 01:58 AM
by using the replace links code.
CKY Chick
08-26-2004, 02:50 AM
(( the replace links code is here: http://www.createblog.com/forums/index.php?showtopic=32 ))
lilkit10
08-26-2004, 11:43 PM
Um... that's not what I want... I want a code that changes your Subscriptions (The long list of names that you subscribe to) to names that you pick. Like instead of "Kitty_Kat10" to "Kathy".
That code just changes my comments, eprops, and the subscibe thingy at the top of my xanga.
CKY Chick
08-27-2004, 03:34 AM
thats the code you have to use
it works the same as when you change your eprops or comments.
xanga automatically puts them in, so you have to use replace links code to replace what they have, to what you want.
lilkit10
08-28-2004, 05:29 PM
Wow! That worked! Thanks alot! Do you know how I can move them in the order I want them? Thanx again.
JiNgLeBeLLz77
08-28-2004, 07:55 PM
you can't... you can only go to your subscriptions and sort them alphabetically, and by date and such... you can only sort them the way you want if you have custom modules...
ShortyLRW22
05-08-2005, 07:25 PM
I dont get it... How does it change the names?
JiNgLeBeLLz77
05-10-2005, 03:39 AM
for example, your xanga username is ShortyLRW22, and your real name's bob. So you use that code and it changes "ShortyLRW22" to "Bob". get it?
ShortyLRW22
05-12-2005, 02:06 AM
Well, I understand, but I'm wondering if it just automatically changes the names.. And if so... How does it know the names?
lefty
05-12-2005, 02:23 AM
That's just how the code works... instead of finding the user's username, it finds his real name instead.
(ps, in the future, please start your own thread instead of bringing up an old one.)
idontfeelpretty
05-13-2005, 05:36 PM
okay i used this code, I think I may have messed up a little could anyone take the time to see if I did or not, because its not working
<!-- 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 (/Kodac/i)) links[l].innerHTML = str.replace (/Kodac/i, "Cody");
else if (str.match (/dolphinbaby0490/i)) links[l].innerHTML = str.replace (/dolphinbaby0490/i, "Katie S.");
else if (str.match (/tinydancerkissingthesky/i)) links[l].innerHTML = str.replace (/tinydancerkissingthesky/i, "Madison;");
else if (str.match (/Why_Have_I/i)) links[l].innerHTML = str.replace (/Why_Have_I/i, "Katie");
else if (str.match (/PunjabiPimp08/i)) links[l].innerHTML = str.replace (/PunjabiPimp08/i, "Simran");
else if (str.match (/Melforprez/i)) links[l].innerHTML = str.replace (/Melforprez/i, "Melissa");
else if (str.match (/ikilledyourwishingstarxx/i)) links[l].innerHTML = str.replace (/ikilledyourwishingstarxx/i, "Danielle");
else if (str.match (/A_Jukebox_Hero/i)) links[l].innerHTML = str.replace (/A_Jukebox_Hero/i, "Alex");
else if (str.match (/faster007/i)) links[l].innerHTML = str.replace (/faster007/i, "Caysi");
else if (str.match (/XOXO_Laxchica_XOXO/i)) links[l].innerHTML = str.replace (/XOXO_Laxchica_XOXO/i, "Katie S.");
else if (str.match (/ICE_COVERED_^^^^/i)) links[l].innerHTML = str.replace (/ICE_COVERED_^^^^/i, "Mike");
else if (str.match (/LaurenThe^^^^^/i)) links[l].innerHTML = str.replace (/LaurenThe^^^^^/i, "Lauren");
else if (str.match (/theswardsman/i)) links[l].innerHTML = str.replace (/theswardsman/i, "Taylor");
else if (str.match (/kingofcampus/i)) links[l].innerHTML = str.replace (/kingofcampus/i, "Nick");
else if (str.match (/puellamagnapraedam/i)) links[l].innerHTML = str.replace (/puellamagnapraedam/i, "Tara");
else if (str.match (/Shmunkeybibble/i)) links[l].innerHTML = str.replace (/Shmunkeybibble/i, "Jason");
else if (str.match (/slapshotno9/i)) links[l].innerHTML = str.replace (/slapshotno9/i, "Chris");
else if (str.match (/dUmB_CuTe_BlOnDiE_69/i)) links[l].innerHTML = str.replace (/dUmB_CuTe_BlOnDiE_69/i, "Jessica");
else if (str.match (/hotturk07/i)) links[l].innerHTML = str.replace (/hotturk07/i, "Imel");
else if (str.match (/Roxyrox624/i)) links[l].innerHTML = str.replace (/Roxyrox624/i, "Roxanne");
else if (str.match (/Need4Sped1569/i)) links[l].innerHTML = str.replace (/Need4Sped1569/i, "Matt");
else if (str.match (/dexhcky19/i)) links[l].innerHTML = str.replace (/dexhcky19/i, "Dan");
else if (str.match (/digbygoesdown/i)) links[l].innerHTML = str.replace (/digbygoesdown/i, "Maris");
else if (str.match (/SkatingForLife/i)) links[l].innerHTML = str.replace (/SkatingForLife/i, "Dan G.");
else if (str.match (/XaNgA_MuSiC/i)) links[l].innerHTML = str.replace (/XaNgA_MuSiC/i, "XaNgA_MuSiC");
}//-->
}//-->
</script>
<!-- end code provided by createblog.com -->
please and thank you
mentalthoughts
05-13-2005, 09:10 PM
im confused, my site is www.xanga.com/emmylove15
xS1ll13x
05-13-2005, 11:54 PM
im confused, my site is www.xanga.com/emmylove15
what are you so confuse about?