Help - Search - Members - Calendar
Full Version: links
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
sEcKziiLoVe_x
0k can someone plz give me the code for like changing ..signout , sign in , xanga , look and feel...etc. becauyse i did it but like theres still the little thing under it that says signout and my username
C.Lime.Jello.
..... -mutter-

CODEBOX: -> right click -> copy/paste


Replace the variables.....
Namely the stuff in caps.
Then stick it in Web Stats. Make sure you don't delete anything but the capitals when you're editing the code.....
sEcKziiLoVe_x
umm nevermind that was confusing
C.Lime.Jello.
-.-u

Lemme explain this n00b style.

CODEBOX: -> right click -> copy/paste


That's the entire code. You're not editing it all.
CODE
<!-- begin code provided by createblog.com -->

else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");

<!-- end code provided by createblog.com -->


That's ALL you're editing. Let's look at each individual peice of the above code.

CODE
<!-- begin code provided by createblog.com -->

(str.match (/USER NAME/i))

<!-- end code provided by createblog.com -->

This is where you determine what you want to change. So, let's use 'Sign Out'.
You would get..... (str.match (/Sign Out/i))!
Then you need to tell then internet what you want the link to change to. Hence ::
CODE
<!-- begin code provided by createblog.com -->

str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");

<!-- end code provided by createblog.com -->

This tells it what you want the aforementioned link to become. Let's say we want it to be... 'Buh-bye!'. You'd changwe the code so that it says ::
CODE
<!-- begin code provided by createblog.com -->

str.replace (/Sign Out/i, "Buh-bye!");

<!-- end code provided by createblog.com -->

Repeat for every word.
..... Go to ::
http://help.xanga.com/replacelinks.htm
If you didn't understand.
alucard_helsing
LOL...noob style. You're such a great help (aka the person who posted above me) _smile.gif
C.Lime.Jello.
How?!
All I did was break down the code piece by piece....
@.@ It took ten minutes to type all the stuff!!!!!!
And I'm not even good at skins and stuff, I just like helping out.
-.-u All I do is drag up the codes off my hard-drive.
sammi rules you
thank you c.lime.jello *rock sign* rock on.

sEcKziiLoVe_x, please look before you post. stubborn.gif

-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.