foxylady23
Apprentice
Heaven is a wounderful place.
Posts: 72
|
Post by foxylady23 on Jun 4, 2007 13:48:09 GMT -5
I have found this code from proboards which second cool but not sure I am doing every in it right so where can place people check it out and find out if it works and let me know how did ok thanks foxy
|
|
|
Post by ~•XyMiC•~ on Jun 4, 2007 21:47:02 GMT -5
Can you post the code, please? This way, we can help you more
|
|
foxylady23
Apprentice
Heaven is a wounderful place.
Posts: 72
|
Post by foxylady23 on Jun 5, 2007 2:52:35 GMT -5
Here is the code have fun with it and let know if work make more smiley on your forum I believe thanks foxy Global footer [/img]').join('#'); document.postForm.message.value = post; // list smilies var TD = document.getElementsByTagName('TD'); for(t=0; t<TD.length; t++) { if(TD[t].width == '30%' && TD[t].className == 'windowbg2' && TD[t].innerHTML.match('Message:')) { TD[t].vAlign = 'top'; TD[t].innerHTML += smilieCode; } } // get message contents... postBox = document.postForm.message; } // show smilies in posts function showSmilies() { var posting = document.getElementsByTagName('input'); for(p=0; p<posting.length; p++) { if(posting .type=='submit') { posting .onmousedown=function() { post=postBox.value; for(t=0; t<smCode.length; t++) { post = post.replace(new RegExp(smCode[t],"g"),'[img src="'+smilie[t]+'"]'); } postBox.value = post; } } } } showSmilies();
} // --> </script> support.proboards.com/index.cgi?board=codedatabase&action=display&n=1&thread=1119481272
[/quote] I think!
|
|
|
Post by Andrew on Jun 5, 2007 7:57:41 GMT -5
With this bit of code here:- smilie[0]="URL CODE HERE "; smilie[1]="URL CODE HERE "; smilie[2]="URL CODE HERE "; smilie[3]="URL CODE HERE "; You insert your URL of were you hosted your smile just like you did with the skin you needed help with. ImageShack Link
|
|
foxylady23
Apprentice
Heaven is a wounderful place.
Posts: 72
|
Post by foxylady23 on Jun 5, 2007 18:20:46 GMT -5
thanks for help foxy
|
|
|
Post by Andrew on Jun 6, 2007 5:55:04 GMT -5
No problem your welcome. Shout back if you need anymore help.
|
|