
Re: How To Add Analytics Statistics Into Phpbbxs?
OPEN
templates/mg_themes/overall_footer.tpl
FIND
BEFORE, ADD
<!-- Google Analytics Start -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "YOUR ANALYTICS NUMBER";
urchinTracker();
</script>
<!-- Google Analytics Ende -->
NOTE: if you use the new mg_themes you have to do this changes also to overall_footer_sq.tpl
greetz