Comments

Comments on Comment notification hack

Fix an annoying comment notification quirk in Movable Type. Continue reading...

Comments

17

kimmie August 22, 2002 7:04 AM

sweet! thanks

pi August 23, 2002 8:35 PM

well done ! thanks

francesco October 3, 2002 4:58 AM

it didn’t work for me… when i chsnge the code above and then try to open my popup-comment-window i get this:

An error occurred: syntax error at lib/MT/App/Comments.pm line 145, near “}” (Might be a runaway multi-line << string starting on line 124) Compilation failed in require at mt-comments.cgi line 21.

Adam Kalsey October 3, 2002 9:35 AM

It sounds like your code is incorrect. Make sure you don’t have a semicolon (;) before the “unless” and that you do have one at the end of the line. You might want to copy the code directly from this page and paste it into your code. All the code should be one a single line. If there are line breaks, remove them.

Kymberlie R. McGuire October 25, 2002 11:37 AM

Awesome! Thanks!

patricia February 16, 2003 6:01 AM

I just upgraded to MT 2.6 and ran into trouble when I tried hacking the comments.pm file.

For this to work in 2.6 the line should read…

MT::Mail->send(\%head, $body) unless $author->email eq $comment->email;

It’s just a small change from << to $ in front of ‘body’. Just thought I’d pass the info along.

Trackback from Through the Looking Glass
August 18, 2003 5:34 AM
Comment hack
Excerpt: If you're using Moveable Type, this is an extremely useful hack - by simply replacing a line in the code, you can still be notified by e-mail when someone comments on your site, but you won't receive the e-mail when...

Jon Hicks October 2, 2003 3:19 PM

Thanks for this hack! Worked a treat! (Its on line 152 in 2.6…)

Trackback from izzy|wizzy
October 12, 2003 6:57 PM
Ban Those Spam Comment IPs
Excerpt: Intrigued by a comment Kristine made on this post over at mentalized, regarding adding a delete comment link to the emails that MT automatically sends when a comment is added, I dug into MT a little to discover how to...

Trackback from ShawnAllison.com
October 15, 2003 11:03 AM
Comment Notification Hack for Mt-Blacklist
Excerpt: This is my first attempt to share I hack I've made based on a few others hacks around the web. It worked for me but...

Trackback from PromoGuy dot Net
October 16, 2003 9:19 AM
Blacklisted and Tweaked
Excerpt: MT-Blacklist appears to supercede any mods you've made to comment notifications. Here are a few links to work-arounds, plus a few other Comment Notifcation Mods you may want to try, and some nifty hacks I found along the way.

Trackback from nf0's Life
October 21, 2003 6:35 AM
Nightly Link Dump
Excerpt: Sony Ericsson: P900 Possibly my Next phone, once it works with a Mac Wired News: TV on DVD: What's the Difference? I think its crapy, and just something else wrong with the music industry. I read that the new Roswell DVD's have the music replaced. I t...

asb October 24, 2004 8:51 PM

Has anything been done to fix this for MT 3x? I’m getting sooooo tired of getting my own comments.

I’d really appreciate an answer and I’d more appreciate a posted fix!

Thanks.

heather January 30, 2005 6:05 PM

i don’t know how dirty it is, but i changed lines 471 and 472 in lib/MT/App/Comments.pm (MT-3.15) from:

    MT::Mail->send(\%head, $body) 
        or return $app->handle_error(MT::Mail->errstr());

to

   MT::Mail->send(\%head, $body) unless $author->email eq $comment->email;
       # or return $app->handle_error(MT::Mail->errstr());

to get rid of the annoying self-comments.

i’m sure you could just use a filter in your email app, too.

Kristina March 23, 2005 10:10 PM

Heather’s mod worked for me. thanks heather and adam!

Jennifer April 22, 2005 1:05 AM

FYI, if you would like to do this in MT v.3.1x and have MT-Blacklist installed, the file to modify is called Submission.pm, located in your plugins folder: plugins/Blacklist/lib/Blacklist/App/Submission.pm

Around line 797 (almost the very bottom of the file) you can use Heather’s mod above.

Seems to work for me. Hope someone else finds this useful!

eli January 13, 2006 8:46 AM

FYI, its lines 578-579 in MT 3.2


Add your comments

This discussion has been closed.

Recently

invisible Fence (Mar 22)
The New York Times has a paywall now. Sorta. If you don't choose to ignore it.
Black status icon for Chrometa (Mar 17)
Replacing the status icon of Chrometa
Using Google Voice as your voicemail on AT&T (Oct 26)
How I set up my iPhone to use Google Voice as it's voicemail system.
Don Mattingly forced to make coaching change (Sep 17)
New LA Dodgers coach starts to wonder if he knows the rules of baseball at all.
In which Vonage pretends their prices haven't changed (Apr 12)
Translating what Vonage marketing says about their price increase into plain English.
Twitter app competition (Apr 12)
Life as a Twitter app developer is far from over.
Twitter app competition (Apr 12)
Life as a Twitter app developer is far from over.
The rest of the world is not like you (Apr 5)
Normal people are different. Keep that in mind when creating or marketing a product.

Subscribe to this site's feed.

Elsewhere

IMified
Build instant messaging applications. (My company)
SacStarts
The Sacramento technology startup community.
Pinewood Freak
Pinewood Derby tips and tricks

Contact

Adam Kalsey

Mobile: 916.600.2497

Email: adam AT kalsey.com

AIM or Skype: akalsey

PGP Key

©1999-2012 Adam Kalsey.
Content management by Movable Type.