Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 5, 2005 19:32:49 GMT
Global Footer:
Edit the red with the usernames of those who can use karma. Each name needs to be seperated by a "|" line
<script type="text/javascript"> <!-- /* limit who can use karma by ross open source */
var userReg = /^(admin|user1|user2)$/i;
if(!pb_username.match(userReg)) { var td = document.getElementsByTagName('td'); for (i=0; i<td.length; i++) { if (td.item(i).width == '20%' && td.item(i).className.match(/^windowbg(2)?$/i) && td.item(i).innerHTML.match(/Smite/)) { td.item(i).innerHTML = td.item(i).innerHTML.replace(/\[ <.+?> \| <.+?> \]/,''); } } } //--> </script>
|
|