overstimulate

Killing Trackbacks

Fri, 26 Aug 2005 comments

Trackbacks/pings are a good idea, but have their problems. (See Jeremy Zawodny's Trackback is dead)

I've been getting LOTS of trackbacks, and decided to remove the ability to leave trackbacks. If you run typo and wish to remove them too, just open up the trusty script/console and fire a single command:

% ruby script/console
Article.find_all.each { |a| a.allow_pings = 0; a.save }

Now trackbacks are disabled on all comments.

Unfortunately when I was removing the many hundreds of trackback spam from my site, I accidently deleted all the real trackbacks with another command that will not be listed here!


Responses to "Killing Trackbacks"

Leave a response

My Card Add to your Address Book

Jesse Andrews
open source, web browsers, web services, web sites & folk dancing. contacts/sites

Keep Up To Date

Get updates via RSS or
get email when I blog

Previous Blog Posts