Displaying the comment form in MovableType 4

Bookmark and Share
| | Comments (1)
One of the minor annoyances with MovableType4's default settings is that the comment form does not display on single entry archives ie. if you are viewing an article / post you don't see that "welcoming" form.

Thanks to some help on the SixApart mailing lists the solution is quite easy !

Edit mt.js from within your MT install and comment out the line that includes the following:

hideDocumentElement('comments-form' );

It should be somewhere around line 129.

As it's Javascript the syntax would be to use double forward slashes on each line (//).

Once you've made the change simply republish or wait for your republish to run ( you did setup a cronjob, didn't you?) and you should now see the comment form !

Thanks to Anu for the tip!
  • Currently 5/5
  • 1
  • 2
  • 3
  • 4
  • 5
Rating: 5/5(1 votes cast) digg| bookmark

Categories

, , , , ,

1 Comments

Adam Author Profile Page said:

Sadly, this is more complicated under the MT 4.1 templates.

You need to remove a whole chunk of the code.

About this Entry

This page contains a single entry by Michele Neylon published on December 5, 2007 7:48 PM.

MT 4.1 and MTOS was the previous entry in this blog.

MovableType.org Gets Community News is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.31-en