inherit
33627
0
Aug 30, 2006 17:11:56 GMT -8
Pleasehelp
3,596
November 2004
pleasehelp2
|
Post by Pleasehelp on Jun 18, 2005 18:42:21 GMT -8
All Board footers This will add a link to check pms under the karma buttons
<script type="text/javascript"> //Check pm's in miniprofile made by Pleasehelp inspiration by blade www.proboards.com //Do not repost without permission of creator var TD=document.getElementsByTagName('td');
for(t=0;t<TD.length;t++){ if(TD[t].width=="20%" && TD[t].innerHTML.match(/Posts:/i)){ TD[t].innerHTML+="<a href='/index.cgi?action=pm'><font size=0><br>Check Pm's</font></a>" }} </script>
|
|