6
excerpt from the readme file included in the module:
le="color: #000000"><?php 3 - Go in each [color=FF0000]theme.html[/color] file and add in the footer part of XOOPS the following code: Example resulting from the Default XOOPS theme: <table width="100%" cellspacing="0"> <tr id="footerbar"> <td><a href="https://xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a> <{if $xoops_isadmin != 1}> <script type="text/Javascript"> <!-- istat = new Image(1,1); istat.src = "http://YOUR_XOOPS_SITE_URL/modules/istats/include/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer)+"&page="+location.href; //--> </script> <{/if}> </td> </tr> </table> </body> </html> This code will allow the stats module to count.
if you miss that step, the module will not be counting!