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 | Missed this bug.. (9th Jun 09 at 9:35pm UTC) | | http://dmtesting.vforums.co.uk I can't believe I missed this! Ok, Not sure, if this should go into the coding board, but Wrighty's code for moving UBBC and Smilies above QR/PM Send, is not working in V2:
 Code: - <script>
- /*UBBC in QR on new line
- Including PM Send
- Wrighty
- No Repost, rip, or claiming!*/
- if(get('pm_quick_reply','id') || get('quick_reply','id')){
- if(location.href.match(/pm/)){
- var tab = get('pm_quick_reply','id').getElementsByTagName('table')[0];
- }else{
- 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.getElementsByName('message')[0].style.width = '99%';
- }
- </script>
-
It is on the side like normal. edit: Thanks Ross xD | |
|