Anthony,
you wrote regarding the Template modification...
Quote:
In template(s) headinclude
FIND:
PHP Code:
<if condition="$vboptions['externalrss']">
Add Above:
PHP 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>
|
Reason I ask is: When I install this I get some strange errors. That means that the forum Logo on top left disappear and my MemberMap (German Addon) won't works. May I ask you: Is this modification really necessary? -Mike