how to change the name?, tell me.. |
![]() ![]() |
how to change the name?, tell me.. |
Oct 23 2004, 12:41 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 57,654 |
hey! i wanna ask you something again. how to change a name at my xanga such as interests, subscriptions, my blogrings? not a link, but name. just visit http://www.xanga.com/criztina_b. subscription to special people and also it has a updates part. state becomes stalk me in. and how to add a link under the image header? the links are xanguh, private, subscribe and refresh. thanks a lot!!!!!
|
|
|
|
Oct 23 2004, 01:21 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
|
|
|
|
Oct 24 2004, 06:06 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 57,654 |
umm can you gimme the code? coz i cant visit the link
|
|
|
|
Oct 24 2004, 09:46 AM
Post
#4
|
|
![]() Yum. =] ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 888 Joined: May 2004 Member No: 16,139 |
CODE <!-- begin code provided by createblog.com --> <script type="text/javascript"> // // © EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Subscriptions", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "State:", "Country:", "Interests:", "Expertise:", "Website", "Email", "Member since:"); // *** add the replacing words or fragments below var newWords = new Array( "Subscriptions", "Publish Comments", "add eProps", "eprop", "eProps", "add comments", "comment", "comments", "email it", "view entire profile", "sign my guestbook", "My Blogrings", "Posting Calendar", "Get Involved!", "sign out", "Name:", "Birthday:", "Gender:", "State:", "Country:", "Interests:", "Expertise:", "Website", "Email", "Member since:"); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <!-- end code provided by createblog.com --> There's the code. |
|
|
|
Oct 24 2004, 11:22 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
for future reference, it's called the "replace any text" script found in the xanga scripts section
|
|
|
|
Oct 25 2004, 05:06 AM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 57,654 |
hey its not working!!!
|
|
|
|
Oct 26 2004, 10:06 PM
Post
#7
|
|
![]() I'm not mean; You're just a sissy. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 796 Joined: Sep 2004 Member No: 51,520 |
read the thingie carefully. whats your xanga? just wondering. i owe you for all the hits im getting in my site
|
|
|
|
Oct 26 2004, 10:20 PM
Post
#8
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
|
|
|
|
Oct 26 2004, 10:28 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
be sure you paste it into your website stats of your xanga.com/claf page
|
|
|
|
Oct 27 2004, 03:21 AM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 57,654 |
i know. but i dont understand the explanation lol ^ ^ im not good in english hehehe. can u explain it to me?
|
|
|
|
![]() ![]() |