Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Remove Subject/Last Post Bar & Sub-Board Bar (12th Apr 08 at 12:21pm UTC) | | These bars will be removed using this code!
<script> /*Remove Subject/Last Post Bar & Sub-Board Bar Wrighty*/
var t = get('td','tag'); for(i=0;i<t.length;i++){ if(t[i].width=='100%' && t[i].colSpan == '5' && t[i].className == 'title2' && t[i].innerHTML.match(/>Last Post</)){ t[i].style.display = 'none'; } if(t[i].width=='100%' && t[i].colSpan == '3' && t[i].className == 'title1' && t[i].innerHTML.match(/>Sub-Board Name</)){ t[i].style.display = 'none'; } } </script>
Global Footer | |
|