I'm new to MT and I have a little problem.
I'm using MT 3.1D and I open comments in a pop-up window.
My entry, obviously, allows comments.
In List Comment Template I have:
CODE
<MTEntryIfCommentsOpen>
 <MTIfCommentsAllowed>
   <div id="form"><h2>WRITE COMMENTS</h2></div>
   <MTCommentsForm>
 </MTIfCommentsAllowed>
</MTEntryIfCommentsOpen>

Unfortunately I can't display the form comment, neither "Write Comments".
Any ideas?