Log In · Register

 
Xanga Defense!, WTF!?
Blueiyzboy
post Jun 19 2004, 02:35 PM
Post #1


GOT CREATEBLOG?
*****

Group: Member
Posts: 779
Joined: Apr 2004
Member No: 12,544



The Smiley codes are not working on xanga anymore, as well the "CHANGE TEXT" Script... where you can change your COMMENTS and EPROPS to say something else... howcome? This sucks soo bad... also...

Look @ my xanga--- Click Distubed Below.. howcome i have a border around all my entries but the 1st one dosint?
 
 
Start new topic
Replies (1 - 1)
LatinaLady
post Jun 19 2004, 03:35 PM
Post #2


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

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



your text is VERY hard to read. and which smiley code the one from the comments? cuz i see none. ,ake sure its in the website statz and that you didnt change nothing
the changing words script should work. continue mine
QUOTE
<script type="text/javascript">

//Provided By http://www.anti_fukin_social//
function replaceWords()
{
  // ***add the words or fragments you wish to replace below
  var oldWords = new Array(
      "Next 5",
      "Previous 5",
      "eprops",
      "email it",
      "comments");

    // *** add the replacing words or fragments below
  var newWords = new Array(
        "Past Events",
        "Future Events",
        "Boop Boop",
        "Send Love",
        "Beep Boop");

  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>
edit or change the ones i have.

and for the borders i cant tell everything is too dark.
 

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