|
Post by mrhotshotbillup on May 29, 2006 11:52:53 GMT -5
Code name: Site Owner Code placement: Main footers Code description: This adds a link to the site owners profile or main admin account. <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=viewprofile&user=admin'>Site Owner</a></center>" }} </script>
|
|
|
Post by ~•XyMiC•~ on May 29, 2006 12:35:19 GMT -5
Does it have like the name of all the admins ot name of the head admin?
|
|
|
Post by mrhotshotbillup on Jun 1, 2006 18:39:57 GMT -5
><a href='index.cgi?action=viewprofile&user=admin'>Site Owner</a> It says site owner.
|
|