Initially, there was some problems using the default mt-comments document in that the URL ended up adding the path from one account to the end of the domain name that was being used in this installation. so I changed the "comments" template from this:
CODE
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments-form" onsubmit="return mtCommentOnSubmit(this)">
to this
CODE
<form method="post" action="http://my.server.com/my-account-name/cgi-bin/mt/mt-comments.cgi" name="comments_form" id="comments-form" onsubmit="return mtCommentOnSubmit(this)">
So, now the comments fields appear. However, while I've got the comments setting to "Immediately approve comments from anyone" (and I've republished the site) but I'm still getting a registration error on the confirmation page.
Any ideas?
