Log In · Register

 
changing text, n scrollbarsz
exquisitely_bell...
post Jul 7 2004, 03:51 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Jun 2004
Member No: 26,457



Well.. i used this code

CODE
<!-- begin code provided by createblog.com -->
<!-- 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(
       "Sites I Read",
       "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",
       "Real Name",
       "Birthday",
       "Gender",
       "Location",
       "Website",
       "Email",
       "Stats",
       "Member since");

    // *** add the replacing words or fragments below
   var newWords = new Array(
       "Sites I Read",
       "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",
       "Real Name",
       "Birthday",
       "Gender",
       "Location",
       "Website",
       "Email",
       "Stats",
       "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 -->
<!-- end code provided by createblog.com -->


to change the things on the side that say "name, birthday, country" etc bu it doesnt do anythin. it changed everythin else i wanted 2 change such as the epropsz n commentsz thing bu not the one where da profile pic is or anythin. can someone help me with that?

and i posted about this before but i dunno what happened. I asked for the code to get my entriesz in a box and i found it and i also wanted 2 get the scrollbar in my entry but i used this code

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

[CODE]<!-- begin code provided by createblog.com -->
<style type="text/css">
.custom{
width:[color=purple]###[/color]px;
height:[color=purple]###[/color]px;
z-index:100;
overflow: auto;
border: [color=purple]##[/color]px [color=purple]color[/color] solid;
background:[color=purple]backgroundcolor[/color];
}</style>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


and put it in my header and i put this code

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

<!-- begin code provided by createblog.com -->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');

}
}
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


in my website statsz and nothing happened.. can sumone help me now?
 
 
Start new topic
Replies (1 - 1)
LatinaLady
post Jul 7 2004, 05:26 PM
Post #2


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



for the profile and such make sure you write everything howits done cuz yuo cant do one capital letter etc... also make sure you dont have another code that "interfers" with the words.
for the scrolbar use the one that adds it automaticlly. and thatsin the scripts
 

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