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

Coffee spill (Nov 11)
Coffee vs the laptop
Cloud Reliability (Aug 12)
Would you like to take bets as to whether Amazon or Google have better reliability and safety than your local network service providers?
George Carlin (Jun 22)
"I'm always relieved when someone is delivering a eulogy and I realize I'm listening to it."
Business lessons from the Kitchen (Jun 9)
The Gordon Ramsay School of Business
Under The Radar twittering (Jun 3)
My live stream from Under the Radar
Measuring a CEO's mind (May 29)
Not everything that's important can be measured. Not everything that can be measured is important.
Golden 1: breaking customer expectations (May 25)
Take a potential new user and give them a poor signup experience, then call them a liar.

Subscribe to this site's feed.

Elsewhere

Feed Crier
Get alerted by IM when your favorite web sites and feeds are updated.
SacStarts
The Sacramento technology startup community.
Pinewood Freak
Pinewood Derby tips and tricks
Del.icio.us
My tagstream at del.icio.us.
Waddlespot
My son's Club Penguin community. News, blogs, tips, and tricks.

Contact

Adam Kalsey

Mobile: 916.600.2497

Email: adam AT kalsey.com

AIM or Skype: akalsey

PGP Key

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