Log In · Register

 
links
sEcKziiLoVe_x
post Sep 26 2004, 12:02 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: Sep 2004
Member No: 46,410



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
 
 
Start new topic
Replies (1 - 6)
C.Lime.Jello.
post Sep 26 2004, 12:12 PM
Post #2


The voices talk too much... -.-u
******

Group: Member
Posts: 2,099
Joined: Aug 2004
Member No: 39,078



..... -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
post Sep 26 2004, 12:19 PM
Post #3


Newbie
*

Group: Member
Posts: 8
Joined: Sep 2004
Member No: 46,410



umm nevermind that was confusing
 
C.Lime.Jello.
post Sep 26 2004, 12:26 PM
Post #4


The voices talk too much... -.-u
******

Group: Member
Posts: 2,099
Joined: Aug 2004
Member No: 39,078



-.-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
post Sep 26 2004, 12:33 PM
Post #5


Member
**

Group: Member
Posts: 21
Joined: Aug 2004
Member No: 45,062



LOL...noob style. You're such a great help (aka the person who posted above me) _smile.gif
 
C.Lime.Jello.
post Sep 26 2004, 12:35 PM
Post #6


The voices talk too much... -.-u
******

Group: Member
Posts: 2,099
Joined: Aug 2004
Member No: 39,078



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
post Sep 26 2004, 12:51 PM
Post #7


WWMD?! - i am from the age of BM 2
*******

Group: Member
Posts: 5,308
Joined: Mar 2004
Member No: 8,848



thank you c.lime.jello *rock sign* rock on.

sEcKziiLoVe_x, please look before you post. stubborn.gif

-Topic Closed-
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: