|
Post by Anonymous on Jun 11, 2004 19:16:01 GMT -5
So how will you add it?
|
|
|
Post by Zeldafan56 on Jun 11, 2004 19:16:59 GMT -5
<-----He'll replace that.
|
|
|
Post by Anonymous on Jun 11, 2004 19:30:02 GMT -5
Is that what he said?
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 11, 2004 21:11:24 GMT -5
Okay, this smiley has been added: ;D I'll add MasTa's later tonight.
|
|
|
Post by Anonymous on Jun 11, 2004 21:17:29 GMT -5
How will you add it?
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 11, 2004 21:19:19 GMT -5
Like I said before, I don't know yet.
|
|
|
Post by Anonymous on Jun 11, 2004 21:20:28 GMT -5
If you use a code then can you tell me the code?
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 11, 2004 21:22:33 GMT -5
If you use a code then can you tell me the code? If I use a code, I'll PM you.
|
|
|
Post by Anonymous on Jun 11, 2004 22:25:19 GMT -5
You added the smiley but now it's gone.
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 11, 2004 22:27:13 GMT -5
You added the smily but now it's gone. It wasn't working correctly... So, I had to remove MasTa's smiley. I'm working on getting it back. However, this: ;D still works.
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 12, 2004 3:49:34 GMT -5
First of all: Sorry about the double post.
Anyway, I've got some bad news... I can't find a working code to let me add MasTa's smiley. So, for now, I'm not adding. But, as soon as I find a good code, I'll add the smiley. Sorry guys...
|
|
|
Post by Anonymous on Jun 12, 2004 8:24:21 GMT -5
Use this code: <script language="javascript" type="text/javascript"> <!-- // Add Extra Smilies to originals in Post Box // Coded by Dave - Conforums.com
if (location.href.indexOf("=post") != -1 || location.href.indexOf("=reply") != -1 || location.href.indexOf("=modify") != -1 || location.href.indexOf("=imreply") != -1 || location.href.indexOf("=imquote") != -1 || location.href.indexOf("=imsend") != -1 ) { var smilie = new Array(); var censor = new Array(); //Contains URLs of extra Smilies and censored words
smilie[0] = "http://216.40.206.219/boardimages/laugh.gif"; censor[0] = ":|";
var tds = document.getElementsByTagName('td'); for(t=0;t<tds.length;t++){ if(tds[t].className=="windowbg2" && tds[t].width=="23%" && (tds[t].innerHTML.indexOf("Add Smileys:") != -1)) { var inner = tds[t+1].innerHTML.split('</SCRIPT>'); break; } } var code = inner[1].split('<NOSCRIPT>'); for(k=0; k<smilie.length; k++){ if(smilie[k]==" "){ code[0]+=" "; } else { code[0]+="<a href=javascript:add('"+censor[k]+"')><img src= "+smilie[k]+" align=bottom alt=Laugh "+censor[k]+" border='0'></a> "; } } tds[t+1].innerHTML = inner[0]+"</scri"+"pt>"+code[0]+"<noscript>"+code[1]; } --> </script> Change it to the smilies you want to add and on the censored word list censor the smiley code to the smiley url like this: ( = [img]http://www.smiley.com/smiley.gif[/img]. The code goes in all footers.
|
|
Jason-RN
Ice Climber. Chill.
Posts: 8,126
|
Post by Jason-RN on Jun 12, 2004 21:51:49 GMT -5
Okay, it works now. See? -> :I Thanks for the code, ANONYMOUS.
|
|
KoE_Hades
Heracross
Fear me more than death. For I am its God.
Posts: 4,386
|
Post by KoE_Hades on Jun 12, 2004 21:53:38 GMT -5
. Oh yay a new smilie!!! . EDIT: :I some how a full stop comes after it.... and also when i clicked modify instead of the ': I' it shows the url...
|
|
|
Post by Anonymous on Jun 12, 2004 21:57:19 GMT -5
That's because the smiley code has to be censored to the smiley URL so that you can see it in a post.
|
|