TheAngel0fSword
07-07-2003, 10:39 PM
i was wonderin how to change the link names in xanga. u know...instead of Log Out sumthin lyke latez
thanx!
luv alwayz n foreva
thanx!
luv alwayz n foreva
|
View Full Version : xanga question...? TheAngel0fSword 07-07-2003, 10:39 PM i was wonderin how to change the link names in xanga. u know...instead of Log Out sumthin lyke latez thanx! luv alwayz n foreva SpkPica 07-09-2003, 12:05 PM You can only customize things like that if you are a Premium user...and even then it's kind of difficult. I haven't really opened that can of worms. dedikatedreject 07-09-2003, 06:39 PM Actually, u dont have to be a premium member because people that i've seen on xanga have their links changed and they're not premium...i'd like to knoe how to change the link names too! hoLLahi2diSpNai 07-09-2003, 08:53 PM yEah yOoh dOn hAvtA hAv pReMiuM.. buT iOno nEithEr.. heLp tEw puhLz?..thAnx! SpkPica 07-09-2003, 09:30 PM AH, I'm sorry...my mistake. HyperFlip 07-10-2003, 06:02 AM heres a script. you can change all the capital letters in between the quotation marks. if you want to change the name of a link not listed, just copy from else if to the last semicolon and paste after it. <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 (/xanga/i)) links[l].innerHTML = str.replace (/xanga/i, "XANGA"); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "EMAIL IT"); else if (str.match (/Click here/i)) links[l].innerHTML = str.replace (/Click here/i, "CLICK HERE"); else if (str.match (/sign my guestbook/i)) links[l].innerHTML = str.replace (/sign my guestbook/i, "SIGN MY GUESTBOOK"); else if (str.match (/view entire profile/i)) links[l].innerHTML = str.replace (/view entire profile/i, "VIEW ENTIRE PROFILE"); else if (str.match (/review/i)) links[l].innerHTML = str.replace (/reviews/i, "REVIEW"); else if (str.match (/event/i)) links[l].innerHTML = str.replace (/events/i, "EVENTS"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "SUBSCRIBE"); else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "EPROPS"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "COMMENTS"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "COMMENT"); else if (str.match (/Add USERNAME to my list/i)) links[l].innerHTML = str.replace (/Add USERNAME to my list/i, "ADD USER NAME TO YOUR SITE"); else if (str.match (/Get full email subscription!/i)) links[l].innerHTML = str.replace (/Get full email subscription!/i, "GET FULL EMAIL SUBSCRIPTION"); else if (str.match (/next 5/i)) links[l].innerHTML = str.replace (/next 5/i, "NEXT 5"); else if (str.match (/previous 5/i)) links[l].innerHTML = str.replace (/previous 5/i, "PREVIOUS 5"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "SIGN OUT"); else if (str.match (/signin/i)) links[l].innerHTML = str.replace (/signin/i, "SIGN IN"); else if (str.match (/join/i)) links[l].innerHTML = str.replace (/join/i, "JOIN"); else if (str.match (/oldest/i)) links[l].innerHTML = str.replace (/oldest/i, "OLDEST"); else if (str.match (/newest/i)) links[l].innerHTML = str.replace (/newest/i, "NEWEST"); else if (str.match (/browse other blogrings.../i)) links[l].innerHTML = str.replace (/browse other blogrings.../i, "BROWSE OTHER BLOGRINGS"); else if (str.match (/suggest a link/i)) links[l].innerHTML = str.replace (/suggest a link/i, "SUGGEST A LINK"); else if (str.match (/recommend to friend/i)) links[l].innerHTML = str.replace (/recommend to friend/i, "RECOMMEND TO FRIEND"); else if (str.match (/create a site/i)) links[l].innerHTML = str.replace (/create a site/i, "CREATE A SITE"); else if (str.match (/refresh/i)) links[l].innerHTML = str.replace (/refresh/i, "REFRESH"); else if (str.match (/previous/i)) links[l].innerHTML = str.replace (/previous/i, "PREVIOUS"); else if (str.match (/random/i)) links[l].innerHTML = str.replace (/random/i, "RANDOM"); else if (str.match (/next/i)) links[l].innerHTML = str.replace (/next/i, "NEXT"); else if (str.match (/Click here to take USERNAME off your list/i)) links[l].innerHTML = str.replace (/Click here to take USERNAME off your list/i, "TAKE USERNAME OFF YOUR LIST"); } var paras = document.getElementsByTagName ('p'); for (var p = 0; p < paras.length; p++) { str = paras[p].innerHTML; if (str.match (/smileys/gi)) paras[p].innerHTML = str.replace (/smileys/gi, "smile for me! =)"); } //--> </script> hoLLahi2diSpNai 07-12-2003, 08:25 AM f0e sum reAson dat dinT wErk?.. like dEre wus a pLace tEw chANge eRythin i wuntEd.. buT eRm wEn i pReviEwed iT ..iT dint wErk..s0 do yEnnoe wut c0oda happened? redwowskybloo 07-12-2003, 08:46 AM Originally posted by hoLLahi2diSpNai f0e sum reAson dat dinT wErk?.. like dEre wus a pLace tEw chANge eRythin i wuntEd.. buT eRm wEn i pReviEwed iT ..iT dint wErk..s0 do yEnnoe wut c0oda happened? Try putting the code in the "Website Stats" box under look and feel KiMsTeRz 07-15-2003, 01:06 AM yay! it works..i alwayz wondered how to do that =0] x3__kawaii 11-21-2004, 12:26 AM u can easily change the links here... http://help.xanga.com/replacelinks.htm Bubble_Gum_11 11-24-2004, 06:08 PM i was wonderin how to change the link names in xanga. u know...instead of Log Out sumthin lyke latez thanx! luv alwayz n foreva u dont hav 2 have premium.. wuty u do is on ur page, click on the button need help? click here and it will tell you what to do if you click on eprops |