vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Remove Subject/Last Post Bar & Sub-Board Bar - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
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
 Printable View

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