« Workflow 1.0.2 | Main | Call for MultiBlog 2.0 Feature Requests »
April 23, 2005
Comment Callbacks 0.1
Here is a quick little mini-plugin that I wrote to help me in the development of the next version of MultiBlog. Comment Callbacks establishes two callbacks for the comment system of Movable Type:
CommentCallbacks::PostCommentPostwhich is called right after a comment is first postedCommentCallbacks::PostCommentApprovewhich is called right after a comment is approved
If a comment is approved when it is posted (for whatever reason, be it no comment moderation, TypeKey authentication, etc.), both callbacks are called in the order above.
To install, download one of the following files, unpack it, and place comment_callbacks.pl in your plugins/ directory.
Posted by rayners at April 23, 2005 11:51 PM
Trackback Pings
TrackBack URL for this entry:
http://mt.rayners.org/mt-tb.cgi/512
Thanks David, this works great. Perfect solution to the exact problem I was having earlier tonight!
Posted by: Michael Schuld at April 24, 2005 04:39 AM