Opened 13 years ago
Last modified 13 years ago
#1623 new enhancement
Send user roles along to Akismet for better handling of submitted comments
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release (Legacy) | Priority: | normal |
Severity: | normal | Version: | 1.1-alpha |
Component: | General - Content Creation | Keywords: | has-patch |
Cc: | dllh |
Description
The Akismet folk have suggested that adding user roles to the info submitted to Akismet would allow them to do a better job of checking comments for spam. The forthcoming patch adds the appropriate info.
Attachments (1)
Change History (4)
#3
@
13 years ago
- Milestone changed from 1.1 to 1.2
Patch applies clean but doesn't seem to work, either because $bb_current_user isn't set as global, or because Akismet uses:
$user = bb_get_user( $bb_post->poster_id );
...instead of creating a new BP_User(), which would give us role data.
Moving to 1.2 for more review.
Note: See
TracTickets for help on using
tickets.
Adds user roles to Akismet data