We added Google Analytics to our website using GAHelper (ISAPI filter added through IIS) and ever since doing this, when anyone posts it adds the text below to EVERY post. We have used this filter on many other sites without any problems, but for some reason it does this in the forum. I'm not sure exactly which version we are running, but it is probably 9.xxx. Any ideas?
< ="http://www.google-analytics.com/urchin.js" ="text/">_uacct = "UA-XXXXXXX";
urchinTracker();
Also, here is the page source from the Preview Post page.
<table width="98%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="250">
<tr>
<td class="text" valign="top">
<!--// /* Message body -->
Test< ="http://www.google-analytics.com/urchin.js" ="text/">_uacct = "UA-XXXXXX";
urchinTracker();
<!-- Message body ''"" */ //-->
</td>
</tr>
</table></td>
</tr>
</table>

Edited by bcampea - 08 April 2008 at 12:42am