XF 2.2 Spam Clean Option?

Harvey

Active member
Would it be possible to automatic UNcheck the box for user notification when doing spam clean?

I don't want the spammer to know he has to start over. Then I just wasted an email ban.

The real problem is my country blocker no longer works, but that is a differerent thread I guess.
 
Edit the approval_item_user template.

Change line 74 from:
HTML:
<xf:option name="notify[{$unapprovedItem.content_type}][{$unapprovedItem.content_id}]" value="1" checked="{{ !$spamDetails }}">

To:
HTML:
<xf:option name="notify[{$unapprovedItem.content_type}][{$unapprovedItem.content_id}]" value="1">
 
Top Bottom