vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: Missed this bug.. - View Topic
Topic Rating: *****
Printable View
Nick
Very Senior Member
*****

[Avatar]

Posts: 3,013
Status: Offline
Gender: Male
Location: vForums
Age: 35
Joined:  
Reputation: 62%  


pmwww
Missed this bug.. (9th Jun 09 at 9:35pm UTC)
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
 Printable View

All times are GMT+0 :: The current time is 12:10am
Page generated in 0.1664 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums