I am wanting psistats to also track url's for my VBportal pages. (
http://www.vbportal.com), is there a easy way to do this? I was thinking of adding this to the P_themeheader template:
Code:
<script type="text/javascript">
document.cookie = "psistats_screenwidth = " + self.screen.width;
document.cookie = "psistats_screenheight = " + self.screen.height;
document.cookie = "psistats_screendepth = " + self.screen.colorDepth;
</script>
But I am not sure it will work. My board is in /forums and the portal is in /.