This topic was locked 20th Mar 08 at 11:47pm by Michael |
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 | [F] Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 10:27pm UTC) Resolved - ;) | | http://freunion.vforums.co.uk
I would like a code that moves the UBBC and Emoticons above the QR box. Because when you have a 700 width forum it messes it up like - clicketh
Thanks, Darkmage | |
|
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: Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 10:40pm UTC) | | try:
<script> /*UBBC in QR on new line Wrighty No Repost, rip, or claiming!*/
if(get('quick_reply','id')){ var tab = get('quick_reply','id').getElementsByTagName('table')[0]; var a = tab.insertRow(0).insertCell(0); tab.rows[1].cells[1].innerHTML = tab.rows[1].cells[1].innerHTML.replace(/<br\s?\/?>/g,''); a.appendChild(tab.rows[1].cells[1]); tab.rows[1].cells[0].width = '100%'; document.quick_reply_form.message.style.width = '99%'; } </script>
Global Footer | |
|
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: Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 10:41pm UTC) | | k thanks, I will try it when I am able to log in. | |
|
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: Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 10:41pm UTC) | | ok, simply post back if it works or doesn't! | |
|
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: Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 11:43pm UTC) | | It works thanks. | |
|
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: Quick Reply - [UBBC/Emoticons] (20th Mar 08 at 11:47pm UTC) | | No problem! | |
|