CODE
<MTEntryIfAllowComments>
<span id="varP2<$MTEntryID$>" class="extended"><a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>" onclick="showMoreComments(<$MTEntryID$>,'<$MTEntryLink$>#<$MTEntryID pad="1"$>');return false;"><p>show comments right here »</p></a><br /></span><div id="varXYZ2<$MTEntryID$>" style="display: none">
<MTComments>
<$MTCommentBody$>
<p>Posted by <$MTCommentAuthorLink$> at <$MTCommentDate$></p><br /><br />
</MTComments>
<div class="title">post a comment</div>
<div class="info">
<form method="post" action="<$MTCGIPath$>mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
Name:<br />
<input name="author" /><br /><br />
EMail address (This is never shown):<br />
<input name="email" /><br /><br />
Website:<br />
<input name="url" /><br /><br />
say what you want...:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />wannabe remembered?<br /><br />
<input type="submit" name="preview" value=" check" />
<input type="submit" name="post" value=" send " /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="forget personal info" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
<a href="#<$MTEntryID pad="1"$>" onclick="showMoreComments(<$MTEntryID$>,0);return
true;"><p>« hide comments</p></a></div>
</MTEntryIfAllowComments>
<span id="varP2<$MTEntryID$>" class="extended"><a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>" onclick="showMoreComments(<$MTEntryID$>,'<$MTEntryLink$>#<$MTEntryID pad="1"$>');return false;"><p>show comments right here »</p></a><br /></span><div id="varXYZ2<$MTEntryID$>" style="display: none">
<MTComments>
<$MTCommentBody$>
<p>Posted by <$MTCommentAuthorLink$> at <$MTCommentDate$></p><br /><br />
</MTComments>
<div class="title">post a comment</div>
<div class="info">
<form method="post" action="<$MTCGIPath$>mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
Name:<br />
<input name="author" /><br /><br />
EMail address (This is never shown):<br />
<input name="email" /><br /><br />
Website:<br />
<input name="url" /><br /><br />
say what you want...:<br />
<textarea name="text" rows="10" cols="50"></textarea><br /><br />
<input type="checkbox" name="bakecookie" />wannabe remembered?<br /><br />
<input type="submit" name="preview" value=" check" />
<input type="submit" name="post" value=" send " /><br /><br />
<input type="button" onclick="forgetMe(this.form)" value="forget personal info" />
</form>
<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
//-->
</script>
<a href="#<$MTEntryID pad="1"$>" onclick="showMoreComments(<$MTEntryID$>,0);return
true;"><p>« hide comments</p></a></div>
</MTEntryIfAllowComments>
All I did was add in the comment posting thing from the individual page onto my main page. Remember that if you're not running a skinned site, you'll need to take the Javascript that bakes and gets the cookie for comment posting and place it on either your main index page, OR into your header/footer files.
Also, your div classes are probably not going to match mine. If you your individual archive, and take your comment posting portion from there, it should mesh in perfectly.
This, I hope is a useful extension. If you'd like to see it live, by all means visit my site. It will not only roll your comments down, but it will also make each entry commentable from the main page. All credit in the world goes to ScriptyGoddess, and all the people who helped her with this script previously. It's just a simple suggestion for people to give those damn spammers that much of a harder time in spamming our valuable blogs!
If someone wants to take this, and post it on their site, by all means. Show it around, play with it, test it, and update it as much as possible to make this the be all, end all to kill comment spam.
-Angry Pete