Page 1 of 1

Getting SLAMMED with Spam

Posted: Thu Feb 08, 2007 12:33 am
by DMotel
I am getting tons of email daily from spammers looking for trackbacks to my entries. Can I turn something off so they don't keep getting me?

Messages look something like this:
[Requires review] New trackback made to etc.

I cannot figure out how to turn OFF trackbacks entirely.
Thanks

Re: Getting SLAMMED with Spam

Posted: Thu Feb 08, 2007 10:58 am
by garvinhicking
Hi!

You can install/configiure the spamblock plugin to disable trackbacks ("comments made via API-calls").

Best regards,
Garvin

Re: Getting SLAMMED with Spam

Posted: Wed Mar 18, 2009 10:33 pm
by ed587
I'm trying to get rid of the trackbacks and the text above comments in the entry pages. I edited entries.tpl and got fatal errors and so put the original file back. Can anyone tell me what lines in entries.tpl to delete? I am using the Bulletproof template. Thanks.

~Ed587

Re: Getting SLAMMED with Spam

Posted: Thu Mar 19, 2009 2:39 pm
by judebert
Bulletproof has a lot of options for different configurations. You may need to modify a lot of places.

Find every line in the entries.tpl file that has {$entry.trackbacks}. Surround that entire line with Smarty comments: {* and *}.

If you know a little programming, you'll see that you've just commented out all the statements inside conditionals. (If you understood what I just said, read on. Otherwise, skip to the next paragraph.) That makes the conditionals useless; you can surround the entire block with Smarty comments instead and gain some efficiency.

Of course, the best way to handle this is to block the spam altogether. The Anti-Spam plugin provides this capability, especially when its TypePad Antispam or Akismet options are enabled.

Let us know if we can help with anything else!