Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Remove "Last Edit" by Chris
// Do not redistribute without permission

var aIT = document.getElementsByTagName("I");
if(location.href.match(/action=view_topic/i)){
for(a=0;a<aIT.length;a++){
if(aIT[a].innerHTML.match(/Last Edited by/i)){
aIT[a].style.display = "none";
aIT[a].parentNode.removeChild(aIT[a].nextSibling);
aIT[a].parentNode.removeChild(aIT[a].previousSibling);
}
}
}
</script>


Place the module in your global footers. If you only want it to effect one board, then place the module only in that board's footers.


Last Edit: Aug 25, 2006 16:43:18 GMT by Chris

newBookmarkLockedFalling