On quick reply the 'Laugh' smilies is all on it's own and is partly cut off at the end.
When you post the 'Huh?' smiley () is goes out of the line.
On quick reply the 'Laugh' smilies is all on it's own and is partly cut off at the end.
It's not for me, what browser are you using?
It could also be resolutionBut that doesn't explain the cut off, only that they appear on another line.
It is actualy is in Quick Reply.Some is cut off.
It is actualy is in Quick Reply.Some is cut off.
Take a screenshot?![]()
http://i7.tinypic.com/6t4q8hu.jpg
Hmm... could it be a browser issue.
Possibly. Now i get this: An unknown error has occured. Please contact our support forum (Log ID: 1197236390) When i attempt to modify my post.![]()
It seems to be an IE issue, as i tried it in IE and FF, and it only seems to be like that in IE.
EDIT: Seems ok in Safari.
Yeah, I'm getting that when I try to update my skin images.
Except mine is: Log ID: 1197236503
Hm...well i can live with.I think.![]()
I don't think it's a massive problem, but it is an annoyance. I got one after modifying my post which is odd![]()
Ross will be on it.
Yup. You can count on Ross.![]()
Well it's definitely a problem for me... I can't even make any changes without getting the error... I'm currently waiting for it to be fixed because it won't allow me to save.
Oh, well hang in there.I'm sure it will be fixed soon.![]()
It's you screen resolution, I use IE7 and it looks fine for me...
Me to lazy to change.
I wouldn't do it I if I were you, I don't get whats the big deal, it's a icon!![]()
Yea and it just takes a little of the mouth so, i just going to leave it.
Not when you post it... It's this one right?![]()
I bet it's in a table... Ask Ross to increase the size of it if u bothers you that much.![]()
Only in the smileys on the left side of Quick Reply.
Yes thats the one.![]()
I know, you posted a image of it... Just ignore it. It's not that big of a deal...![]()
I know it's not a big deal but it could be and it's sorted anyway.![]()
I wonder who fixed it...![]()
There all smooshed now, they should be spaced evenly. or make it above the QR, like that one code does on PB.
EDIT: just like this code that peter made:
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"],
- ["cheesy.gif"," :D","Cheesy"],
- ["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>
There all smooshed now, they should be spaced evenly. or make it above the QR, like that one code does on PB.
Not spaced evenly, just centered.![]()
It looks fine for me... They can be centered... (Easy add-on Ross...)
There all smooshed now, they should be spaced evenly. or make it above the QR, like that one code does on PB.
EDIT: just like this code that peter made:
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"],
- ["cheesy.gif"," :D","Cheesy"],
- ["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>
well... it looks like smileys still parse in the code tags![]()
they needs to be fixed to. I discovered a BUG ^_^ (Unless it was already known.)
Easy way to fix that is just... Uhhh self explanitory...
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"],
- ["cheesy.gif"," ","Cheesy"],
- ["grin.gif", ";D", "Grin"],
- ["angry.gif", ">:(", "Angry"],
- ["sad.gif", ":(", "Sad"],
- ["shocked.gif", ":o", "Shocked"],
- ["cool.gif", "8-)", "Cool"],
- ["rolleyes.gif", "::)", "Roll Eyes"],
- ["tongue.gif", " ", "Tongue"],
- ["embarassed.gif", ":-[", "Embarassed"],
- ["lipsrsealed.gif", " ", "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>
Taking out the smileys that show up? what about the No0bs (No offense to em) what if they dont know and are lazy to figure it out them selves, Ive seen many people like that
![]()
Well, to bad for those noobs... If they want it so badley, they should take the time to fill it out.![]()
Easy way to fix that is just... Uhhh self explanitory...
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"],
- ["cheesy.gif"," ","Cheesy"],
- ["grin.gif", ";D", "Grin"],
- ["angry.gif", ">:(", "Angry"],
- ["sad.gif", ":(", "Sad"],
- ["shocked.gif", ":o", "Shocked"],
- ["cool.gif", "8-)", "Cool"],
- ["rolleyes.gif", "::)", "Roll Eyes"],
- ["tongue.gif", " ", "Tongue"],
- ["embarassed.gif", ":-[", "Embarassed"],
- ["lipsrsealed.gif", " ", "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>
I still think it would be much easier to just center them.![]()
How does that look now?
They look a bit squashed for meWould it depend on the screen res/browser how they look?
I don't mind how they look too much as long as they work.
Firefox didn't seam to like the way they were doneAre they looking OK now?
I see they are all spread out though they all have some cut off except![]()
Are they showing OK now? I was so worried about getting them right in firefox I went and messed them up in IE instead![]()
Looks fine in both for me![]()
Are they showing OK now? I was so worried about getting them right in firefox I went and messed them up in IE instead![]()
Perfect.![]()