inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 7:50:45 GMT -8
Can you make me a code like that?
|
|
inherit
42438
0
Mar 16, 2006 20:56:27 GMT -8
Tammy™
1,961
May 2005
sexytammy
|
Post by Tammy™ on Jun 20, 2005 10:36:13 GMT -8
i dont think you can. The quick reply is just a box so you can, well......reply quickly. If you wanna use things like smileys, you should click on a normal reply, and not use the quick reply option
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 11:10:28 GMT -8
But I saw a forum with smileys for the quick reply
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 20, 2005 12:02:33 GMT -8
But I saw a forum with smileys for the quick reply Can you remember the URL to that forum?
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 13:49:12 GMT -8
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 20, 2005 13:53:26 GMT -8
Since this is ProBoards and since Peter is the Mod on this Board I hope he doesn't mind me posting his code <script type="text/javascript"> <!-- /* Smileys with quick reply - global footers
Created by Peter
This code cannot be reposted at anywhere other than SSDesigns or ProBoards, without permission.
This header must stay intact at all times. */
// Base url for the smileys folder var sBaseImg = "http://www.4d5.net/v4images/";
// List of smileys - [SMILEY FILE, CODE, TITLE] var iSmileys = [ ["smiley.gif", ":)", "Smiley"], ["wink.gif", ";)", "Wink"], ["grin.gif", ":D", "Grin"], ["angry.gif", ">:(", "Angry"], ["sad.gif", ":(", "Sad"], ["shocked.gif", ":o", "Shocked"], ["cool.gif", "8-)", "Cool"], ["rolleyes.gif", "::)", "Roll Eyes"], ["tongue.gif", ":P", "Tongue"], ["embarassed.gif", ":-[", "Embarassed"], ["lipsrsealed.gif", ":-X", "Lips Sealed"], ["undecided.gif", ":-/", "Undecided"], ["kiss.gif", ":-*", "Kiss"], ["cry.gif", ":'(", "Cry"] ];
var iTable = document.getElementsByTagName("table");
function addSmiley(smiley){ var isIE = (document.all)? true : false; var mArea = document.getElementById("qrform").message; if(isIE){ mArea.focus(); var iCurSelect = document.selection.createRange(); iCurSelect.text = smiley + iCurSelect.text } else if(!isIE){ var selStart = mArea.value.substr(0, mArea.selectionStart); var selEnd = mArea.value.substr(mArea.selectionEnd, mArea.value.length); var curSelection = mArea.value.replace(selStart, '').replace(selEnd, ''); mArea.value = selStart + smiley + curSelection + selEnd; } else { mArea.value += smiley; } mArea.focus(); }
for(t = 0; t < iTable.length; t ++){ var iBR = document.createElement("br"); if(iTable.item(t).cellPadding == "4" && iTable.item(t).cellSpacing == "1" && iTable.item(t).rows.item(0).innerHTML.match(/>Quick Reply</)){ var iMCell = iTable.item(t).rows.item(1).cells.item(0); iTable.item(t).getElementsByTagName("form").item(0).id = "qrform"; iMCell.insertBefore(iBR, iMCell.firstChild); iSmileys.reverse(); for(s = 0; s < iSmileys.length; s ++){ var sLink = document.createElement("a"); var sImg = document.createElement("img");
sImg.border = "0"; sImg.src = sBaseImg + iSmileys[s][0]; sImg.title = iSmileys[s][2]; sLink.href = "javascript: addSmiley(\" " + iSmileys[s][1] + "\")"; sLink.appendChild(sImg);
iMCell.insertBefore(sLink, iMCell.firstChild); iMCell.insertBefore(document.createTextNode(" "), iMCell.firstChild); } } }
//--> </script> Global Footer
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 13:54:44 GMT -8
thanks!
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 13:55:34 GMT -8
does peter have a forum?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 20, 2005 14:01:01 GMT -8
Please look in the code database before requesting , it was already in there
Nope, I don't have a forum
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 14:03:32 GMT -8
lol sorry i don't know what I was thinking. And I requested before it was posted i think because i remember looking.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 20, 2005 14:08:09 GMT -8
lol sorry i don't know what I was thinking. And I requested before it was posted i think because i remember looking. Ah, actually yeah, you are right. Thought I had posted it here, but just realised I posted it at SSD, sorry about that
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 14:17:52 GMT -8
Lol no problem
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 14:21:58 GMT -8
peter, read my sig
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 20, 2005 14:44:22 GMT -8
peter, read my sig *slaps* Use the modify button . ... *looks in sig*...errr, no
|
|
inherit
BANNED
36151
0
Nov 12, 2005 13:59:46 GMT -8
Austin Moore
eStudios Founder
1,838
January 2005
shockh
|
Post by Austin Moore on Jun 20, 2005 14:54:33 GMT -8
lol I knew it. Thanks anyways. Sorry lol.
|
|