Danny Full Member
Posts: 180 Status: Offline Gender: Male Location: Durham Age: 33 Joined:
pmmsnxfire | Mini Profile on Right Side of Forum (31st Dec 07 at 3:16pm UTC) | | Global Footer
Preview :: Click
Does what it says in the title
Thanks to wrighty for helping make it cross browser.
Code: - <script type="text/javascript">
- <!--
- /*Mini Profile on Right Side of Forum by Danny*/
-
- if(location.href.match(/view/i)){
- var getRow = document.getElementsByTagName("tr");
- for(x=0; x<getRow.length; x++){
- if(getRow[x].cells[0].innerHTML.match(/(Joined:|Guest)/i) && getRow[x].cells[0].width == '20%'){
- var newCell = getRow[x].insertCell(2);
- var newHTML = getRow[x].cells[0].innerHTML;
- newCell.innerHTML = newHTML;
- newCell.vAlign = 'top';
- newCell.style.width = '20%';
- newCell.className = getRow[x].cells[1].className;
- getRow[x].cells[0].style.display ='none';
- }
- }
- }
-
- //-->
- </script>
| |
|
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Mini Profile on Right Side of Forum (31st Dec 07 at 5:48pm UTC) | | Could have just cloned it | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|
Danny Full Member
Posts: 180 Status: Offline Gender: Male Location: Durham Age: 33 Joined:
pmmsnxfire | Re: Mini Profile on Right Side of Forum (1st Jan 08 at 4:01am UTC) | | shhhh | |
|
|
Dreg[Bot] Moderator
Broken Posts: 415 Status: Offline Gender: Male Age: 37 Joined:
Additional Groups: Coding Team
pmYesh im sneaky! | Re: Mini Profile on Right Side of Forum (1st Jan 08 at 6:50am UTC) | | AHH! why is everyone ssshhing me! XD | |
Now obsession rules my mind This commotion makes me blind Searching out who ever runs Or has stolen away my life
But i've already said
Don't ever back down Don't ever turn around My end has come So now I come for you.... |
|