vForums Support > Programming & Coding :: Code Requests & Support :: > Missed this bug..

Missed this bug.. - Posted By Nick (nickb) on 9th Jun 09 at 9:35pm
http://dmtesting.vforums.co.uk

I can't believe I missed this! {Tongue Out}

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:
 
  1. <script>
  2. /*UBBC in QR on new line
  3. Including PM Send
  4. Wrighty
  5. No Repost, rip, or claiming!*/
  6. if(get('pm_quick_reply','id') || get('quick_reply','id')){
  7. if(location.href.match(/pm/)){
  8. var tab = get('pm_quick_reply','id').getElementsByTagName('table')[0];
  9. }else{
  10. var tab = get('quick_reply','id').getElementsByTagName('table')[0];
  11. }
  12. var a = tab.insertRow(0).insertCell(0);
  13. tab.rows[1].cells[1].innerHTML = tab.rows[1].cells[1].innerHTML.replace(/<br\s?\/?>/g,'');
  14. a.appendChild(tab.rows[1].cells[1]);
  15. tab.rows[1].cells[0].width = '100%';
  16. document.getElementsByName('message')[0].style.width = '99%';
  17. }
  18. </script>
  19.  
 



It is on the side like normal.

edit:

Thanks Ross xD