Opened 13 years ago
Closed 12 years ago
#1477 closed enhancement (fixed)
Akismet support
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General - Administration | Keywords: | |
Cc: | nightgunner5@… |
Description
bb supported Akismet. WP supports Akismet. bbP needs to learn to follow the ways of its elders. In the meantime, I wrote a plugin that should tide us over until it can be incorporated into core.
Attachments (4)
Change History (16)
#2
@
13 years ago
- Cc nightgunner5@… added
I've been noticing that the spam topics that are marked as spam by the plugin still show up as the latest topic in a forum. I'll have to look into this.
#3
follow-up:
↓ 4
@
12 years ago
Do we know if this patch is still good? Do we have confirmation that it's working as expected?
#4
in reply to:
↑ 3
@
12 years ago
Replying to johnjamesjacoby:
Do we know if this patch is still good? Do we have confirmation that it's working as expected?
It marks spam posts as spam (as expected), but it has a problem with letting spam tags through.
#6
@
12 years ago
Add just-in-time manipulation to new_reply and edit_reply tags. Akismet will use the terms filter on a new reply to keep tags, on a reply marked as spam, from being added to the topic. I've almost got a new Akismet patch to post :) Hopefully tonight or tomorrow.
#8
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing this to clean up the milestone.
From what I can see, all of the _POST requests have adequate filters on them for allowing Akismet (or any other spam prevention tool) to hook in.
Anyone that's working on (or has) a finished bbPress 2.0 Akismet plugin, please contact me so we can work closely together to code review and finalize it asap.
#9
@
12 years ago
Posted on IRC, but I'll repost the link here: http://pastebin.com/kvtbZSz0
#10
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Forgot to add the reply_id to the terms filters.
Just a note when we implement this: Subscriptions notification function should check if the reply is a spam or not too.