vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Mini Profile on Right Side of Forum

Mini Profile on Right Side of Forum - Posted By Danny (schnooble) on 31st Dec 07 at 3:16pm
Global Footer

Preview :: Click

Does what it says in the title {Tongue Out}

Thanks to wrighty for helping make it cross browser.

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /*Mini Profile on Right Side of Forum by Danny*/
  4.  
  5. if(location.href.match(/view/i)){
  6. var getRow = document.getElementsByTagName("tr");
  7. for(x=0; x<getRow.length; x++){
  8. if(getRow[x].cells[0].innerHTML.match(/(Joined:|Guest)/i) && getRow[x].cells[0].width == '20%'){
  9. var newCell = getRow[x].insertCell(2);
  10. var newHTML = getRow[x].cells[0].innerHTML;
  11. newCell.innerHTML = newHTML;
  12. newCell.vAlign = 'top';
  13. newCell.style.width = '20%';
  14. newCell.className = getRow[x].cells[1].className;
  15. getRow[x].cells[0].style.display ='none';
  16. }
  17. }
  18. }
  19.  
  20. //-->
  21. </script>
 

Re: Mini Profile on Right Side of Forum - Posted By Dreg[Bot] (dregondrahl) on 31st Dec 07 at 5:48pm
Could have just cloned it {Tongue Out}

Re: Mini Profile on Right Side of Forum - Posted By Danny (schnooble) on 1st Jan 08 at 4:01am
shhhh {Tongue Out}

Re: Mini Profile on Right Side of Forum - Posted By Dreg[Bot] (dregondrahl) on 1st Jan 08 at 6:50am
AHH! why is everyone ssshhing me! XD