In your individual entry archive template, look for the form element:
CODE
<form method="post" action="<$MTCGIPath$>sub-to-com.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
and right after that, if it is not there, insert the following:
CODE
<input type="hidden" name="static" value="1" />
See if that gets it done ...