|
Post by Tommy Huynh on Aug 6, 2004 23:17:38 GMT -5
This is a code to switch "Moderators: name, name" and Changing Moderators in select boards.
Alrighty, heres the code.
Main Footer
<script type="text/javascript"> <!-- var td=document.getElementsByTagName('td'); function ChangeMod(id,newName){ [tab] for (t=0;t<td.length;t++){ [tab] [tab] if (td[t].width=='66%' && td[t].className.match(/windowbg/i)&&td[t].innerHTML.match('board='+id)){ [tab] [tab] [tab] td[t].innerHTML = td[t].innerHTML.replace(/Moderator/i,newName); [tab] [tab] } [tab] } }
ChangeMod('Board ID here','New Name'); // --> </script>
The board ID here The new name
|
|