|
Post by mrhotshotbillup on Feb 27, 2006 6:23:28 GMT -5
Adds text in info center to view recent postings.
<script> /*Copyright 2006 mrhotshotbillup.Do not repost or edit.*/ var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br /><center><a href='index.cgi?action=recent'>View Recent Post</a></center>" }} </script>
|
|
|
Post by Ross on Feb 28, 2006 9:59:29 GMT -5
There's already a 'View Last X posts' option in the info center.....
|
|