vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Hide Locked Topics

Hide Locked Topics - Posted By Michael (wrighty) on 16th Mar 08 at 11:51am
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