dog199200 Guest | |
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move UBBC and smilies above Quick Reply (28th Apr 10 at 4:45pm UTC) | | Yeah that does look good there Dwight. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move UBBC and smilies above Quick Reply (29th Apr 10 at 1:38am UTC) | | Wait what... We're changing what we want.
What am I coding up here then? 'cause so far there's been 4 layouts - 2 have been coded, 2 haven't. | |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (29th Apr 10 at 3:22am UTC) | | XD look at the images I posted, thats what i want for myself DM can then decide later on what looks best. I just figured since I am already in this discussion I might as well put my two sense in
P.S. looks like the image is gone

Thats what I was talking bout doing the the 4x4 smileys and stuff. Which would look better then them being beside the UBBC. Thats what I want, nothing else, i promise and if i want to adjust the tables width and stuff afterwards, i'm sure i can figure it out XD
| |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move UBBC and smilies above Quick Reply (29th Apr 10 at 1:12pm UTC) | | Haha, I said it looks good, doesn't mean I want it. | |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (29th Apr 10 at 7:15pm UTC) | | nope i do recall saying that I want it | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move UBBC and smilies above Quick Reply (29th Apr 10 at 9:47pm UTC) | | You should actually have the smilies rows of 3 as look:
Rows of 4:
Rows of 3:
| |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (30th Apr 10 at 12:40am UTC) | | Yes i know it be one short, but I also planned on making an extra smiley | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move UBBC and smilies above Quick Reply (1st May 10 at 7:38am UTC) | | Global Header: <style type = 'text/css'> #subscribe_topic { display: none; } #quick_reply_editor { float: none; text-align: center; margin: 0 auto !important; } #quick_reply_editor textarea { width: 80% !important; float: left; } #quick_reply_padding { padding-right: 0px !important; } </style>
Global Footer: <script type = 'text/javascript'> /* UBBC above - 4x4 smilies beside - Wrighty */ with(q = get('quick_reply_editor', 'id')){ insertBefore(get('ubbc_buttons', 'id'), q.firstChild); appendChild(get('smilies', 'id')); } n = 0; while(n <= get('a', 'tag', get('smilies', 'id')).length) if(++n % 4 == 0) get('smilies', 'id').insertBefore(document.createElement("br"), get('a', 'tag', get('smilies', 'id'))[n]); with(get('ubbc_buttons', 'id')){ removeAttribute("style"); style.paddingLeft = (get('table', 'tag')[0].width-312*2)/2 + "px"; } get('br', 'tag', get('ubbc_buttons', 'id'))[0].style.display = 'none'; </script> | |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (1st May 10 at 7:57am UTC) | | looks great, but think you can add a padding of about 2 between each smiley? and about 2 on top and the bottom of the ubbc. I edited what I could in regards to the CSS but everything is to pushed together | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move UBBC and smilies above Quick Reply (1st May 10 at 8:58am UTC) | | You should be able to pad the smilies with CSS: <style type = 'text/css'> #smilies a { margin: 2px; } </style>
| |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (1st May 10 at 4:00pm UTC) | | ok that spaces the smileys left are right, but not up and down XD though it looks better as is. How do you get the ubbc bar to be separated by two pixels above the text area instead of being right on it? i've tired using the #ubbc_buttons a id setting a margin to 2px, and it don't work. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move UBBC and smilies above Quick Reply (2nd May 10 at 2:01am UTC) | | <style type = 'text/css'> #ubbc_buttons { margin: 10px; } </style>
Global Header. | |
|
dog199200 Guest | Re: Move UBBC and smilies above Quick Reply (2nd May 10 at 5:10am UTC) | | and thats the reason I will NEVER go into web-design XD I don't trust my own skills enough XD | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move UBBC and smilies above Quick Reply (2nd May 10 at 2:19pm UTC) | | Haha .. Glad it's working! | |
|