Comment Subscribe is a plugin that allow commenters to receive notifications from email when new comments are add to the post. This is a very useful plugin for MovableType bloggers.
Download
All of you can download Comment Subscribe plugin form here or here.
Upload
Upload the Comment Subscribe plugin into MovableType plugin directory, and modify the permission of .cgi and .pl files to 755.
Modify Template
Open Comment Form template and add the following piece of code at the right position.
<div id=”comment-form-subscribe”>
<label for=”comment-subscribe”><input type=”checkbox” id=”comment-subscribe” name=”subscribe” checked />Subscribe Comments.</label>
</div>
Rebuild
Rebuild all entries and you will see a check box at comment form.
Problem
We can unsubscribe comments by click the link provided in email, but there is something wrong with the URL. We can modify CommentSubscribe.pl to correct it. Open this file and go to the 89th line, delete $blog->site_url and add your own MT cgi-bin’s URL.
RSS Feed
Posted in
Tags:
You are a lifesaver!
i still dont get where to put that: ‘
Subscribe Comments.
‘
You should know a little about HTML before you modify the templates, it is very easy to find the place to put the above code.