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


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005

<!-- Place the next line wherever you want the newest member link and name to appear. Must be above the script tag -->
<div id="newmem"></div>



<script type="text/Javascript">
// Newest Member Div by Chris
// Do not redistribute without permission of the creator

if(!location.href.match(/action=/i) || location.href.match(/action=home/i)){
var aTB = document.getElementsByTagName("table");
for(a=aTB.length-1;a>0;a--){
if(aTB[a].className == "border_table" && aTB[a].cellSpacing == 1 && aTB[a].rows[0].cells[0].colSpan == 2){
var e = aTB[a+1].rows[0].cells[0].innerHTML.split(/Our newest member is /i)[1].replace(/\.[\n\r\t\s]+$/,"");
document.getElementById("newmem").innerHTML = e;
break;
}
}
}
</script>



The code should go in your main footers BELOW the info center. The explanation of how to edit is in the code.

newBookmarkLockedFalling