Xanga smiley replace for entries doesnt work!, Xanga smiley replace for entries doesnt |
Xanga smiley replace for entries doesnt work!, Xanga smiley replace for entries doesnt |
Aug 16 2005, 03:05 AM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 5 Joined: Aug 2005 Member No: 203,794 |
when ever i try to add this code: <!-- begin code provided by createblog.com --><br />
<script language=javascript><br /> <br /> var oldsmileys = new Array(<br /> 'http://www.xanga.com/Images/happy.gif',<br /> 'http://www.xanga.com/Images/sad.gif',<br /> 'http://www.xanga.com/Images/winky.gif',<br /> 'http://www.xanga.com/Images/silly.gif',<br /> 'http://www.xanga.com/Images/laughing.gif',<br /> 'http://www.xanga.com/Images/angry.gif',<br /> 'http://www.xanga.com/Images/censored.gif',<br /> 'http://www.xanga.com/Images/bitter.gif',<br /> 'http://www.xanga.com/Images/confused.gif',<br /> 'http://www.xanga.com/Images/clueless.gif',<br /> 'http://www.xanga.com/Images/wtf.gif',<br /> 'http://www.xanga.com/Images/shocked.gif',<br /> 'http://www.xanga.com/Images/stunned.gif',<br /> 'http://www.xanga.com/Images/surprised.gif',<br /> 'http://www.xanga.com/Images/whatevah.gif',<br /> 'http://www.xanga.com/Images/bummed.gif',<br /> 'http://www.xanga.com/Images/pleased.gif',<br /> 'http://www.xanga.com/Images/cool.gif',<br /> 'http://www.xanga.com/Images/blush.gif',<br /> 'http://www.xanga.com/Images/shy.gif',<br /> 'http://www.xanga.com/Images/kiss2.gif',<br /> 'http://www.xanga.com/Images/smooch.gif',<br /> 'http://www.xanga.com/Images/heart2.gif'<br /> );<br /> <br /> var newsmileys = new Array(<br /> 'http://yoursmilies.com/happy.gif',<br /> 'http://yoursmilies.com/sad.gif',<br /> 'http://yoursmilies.com/winky.gif',<br /> 'http://yoursmilies.com/silly.gif',<br /> 'http://yoursmilies.com/laughing.gif',<br /> 'http://yoursmilies.com/angry.gif',<br /> 'http://yoursmilies.com/censored.gif',<br /> 'http://yoursmilies.com/bitter.gif',<br /> 'http://yoursmilies.com/confused.gif',<br /> 'http://yoursmilies.com/clueless.gif',<br /> 'http://yoursmilies.com/wtf.gif',<br /> 'http://yoursmilies.com/shocked.gif',<br /> 'http://yoursmilies.com/stunned.gif',<br /> 'http://yoursmilies.com/surprised.gif',<br /> 'http://yoursmilies.com/whatevah.gif',<br /> 'http://yoursmilies.com/bummed.gif',<br /> 'http://yoursmilies.com/pleased.gif',<br /> 'http://yoursmilies.com/cool.gif',<br /> 'http://yoursmilies.com/blush.gif',<br /> 'http://yoursmilies.com/shy.gif',<br /> 'http://yoursmilies.com/kiss2.gif',<br /> 'http://yoursmilies.com/smooch.gif',<br /> 'http://yoursmilies.com/heart2.gif'<br /> );<br /> <br /> for (var i = 0; i < document.images.length; i++) {<br /> for (var s = 0; s < oldsmileys.length; s++){<br /> if (document.images[i].src == oldsmileys[s]){<br /> newsmiley = document.createElement('img');<br /> newsmiley.src = newsmileys[s];<br /> document.images[i].parentNode.replaceChild(newsmiley, document.images[i]);<br /> break;<br /> }<br /> }<br /> }<br /> </script><br /> <!-- end code provided by createblog.com --> to replace smilies in my posts, NOt COMMENTS!!! nothing happens...does the code have something wrong with it? please help! my xanga is called "discopencil" - My Webpage |
|
|
|
![]() |
Aug 16 2005, 03:15 AM
Post
#2
|
|
![]() wanderlust personified. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 7,515 Joined: Jan 2004 Member No: 797 |
It's because you need to replace the URLs with the actual smiley URLs... that is if you have your own custom smilies you would like to use. Otherwise, you can use some premade smiley sets such as these:
http://www.createblog.com/forums/index.php?showtopic=91044 http://www.createblog.com/forums/index.php?showtopic=27746 http://www.createblog.com/forums/index.php?showtopic=51503 http://www.createblog.com/forums/index.php?showtopic=4353 http://www.createblog.com/forums/index.php?showtopic=50232 http://www.createblog.com/forums/index.php?showtopic=50265 http://www.createblog.com/forums/index.php?showtopic=51496 http://www.createblog.com/forums/index.php?showtopic=9154 http://www.createblog.com/forums/index.php?showtopic=28434 http://www.createblog.com/forums/index.php?showtopic=32201 http://www.createblog.com/forums/index.php?showtopic=32289 |
|
|
|
bacroon Xanga smiley replace for entries doesnt work! Aug 16 2005, 03:05 AM
electric shock .. not sure, but uhh.. WHAT'S WITH THE <BR/... Aug 16 2005, 03:08 AM
OhXiet_ItzDonnA try takin out the <br/> Aug 16 2005, 12:02 PM![]() ![]() |