Peter
Junior Member
Coding God
Posts: 50
|
Post by Peter on Apr 29, 2006 13:33:55 GMT
Removes the recent post from the view profile page.
<script type="text/javascript"> <!--
function removeRPosts(){ var iRow = document.getElementsByTagName("tr");
for(r = 0; r < iRow.length; r ++){ if(iRow.item(r).cells.length == 2 && iRow.item(r).cells.item(0).innerHTML.match(/>Recent Posts:</)){ while(iRow.item(r)){ iRow.item(r).parentNode.removeChild(iRow.item(r)); } } } }
if(location.href.match(/=viewprofile/i)){ removeRPosts(); }
//--> </script>
Main footer.
|
|