vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Hide Locked Topics - 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
Hide Locked Topics (16th Mar 08 at 11:51am UTC)
This will remove the locked topics for all people that view the boards.

<script>
/*Hide Locked Topics
Coded By Wrighty
No Ripping, Reposting or Claiming*/

var _d = get('tr','tag');
function _x(){
    for(i=0; i<_d.length; i++){
        if(_d[i].cells[0].className == 'window1' && _d[i].cells[0].innerHTML.match(/\[L\]/)){
            _d[i].style.display = 'none';
        }
    }
}
if(location.href.match(/\/board\/(\w)/)){
    _x();
}
</script>


Global Footer
 Printable View

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