Log In · Register

 
 
Closed TopicStart new topic
can some1 fix this???, left module problem
jazzb1226
post Jan 23 2005, 08:16 PM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Jan 2005
Member No: 85,093



i'm tryin 2 fix up my site & i'm having trouble. i wanted to take evrything out of the 1st left module & put my own stuff. i found a code somewhere else that worked for a second but then it just stopped.

here's the code. i put it in the custom header


the site with the code said to "Go to your public profile section and hide all the info you want except for Interests. Under Interests put as much as you want. This should be the main content of your "profile" module."

so i did that and i came up with a lil code to put in the interests thing.



but that code doesnt work either. so can sum1 plz help me out & look it over?

thanx happy.gif
 
sexinenA
post Jan 23 2005, 08:36 PM
Post #2


Member
**

Group: Member
Posts: 20
Joined: Aug 2004
Member No: 40,166



use this one :
<!-- begin code provided by createblog.com -->
<script type="text/javascript">
//
// &copy; 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(
"lovelys",
"loves",
"give tears",
"tears",
"tears",
"feel love",
"love",
"loves",
"send kisses",
"live depression",
"sign my wrists",
"emo-core",
"let's date",
"get in it",
"bye lovely",
"emo kid.",
"brought pain.",
"let's f**k,i'm. ",
"living hell in.",
"in the core of the.",
"i'm pure emotion &&.",
"i'm hot sex &&.",
"poeticx3vanity",
"be lovely",
"loved xanga 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]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWords();
</script>
<!-- end code provided by createblog.com -->


just change the stuff i have it works!
 

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