WPIntell

Source evidence

Better notification email

bbPress Moderation · support · 2015-04-17T18:33:00+00:00

complaintsentiment
highseverity
0.91relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 34 rows with source links

14.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
shrewdies unresolved
The administrators email notification for anonymous posts just says “by Anonymous” I wanted more information in my email so I can easily report spammers to Stop Forum Spam, and block the IP in CloudFlare, so I’ve hacked the plugin to read: $message .= "by Anonymous - IP:".bbp_current_author_ip()." author:".get_post_meta( $post_id, '_bbp_anonymous_name', true )." email:".get_post_meta( $post_id, '_bbp_anonymous_email', true )."\r\n\r\n"; Not elegant, but it works. Is it possible to get this incorporated in a future release? If not, so I don’t lose my mod on the next update, can anyone point me in the right direction of a method to change the bbPressModeration class. I’ve tried searching for the best way to do this, but can’t find anything so far. Thank you for this excellent plugin. https://wordpress.org/plugins/bbpressmoderation/ I had a look at their code and they don’t use filters where you’d need it. Shameless self promotion: install bbPress Notify (No-Spam) (free) and bbPress Moderation Add-On (premium but cheap) and you’ll be able to hook into the filter bbpnns_moderation_body and do whatever you want with the message body (not to mention a lot of other filters provided by bbPNNS). Cheers, Vinny

Comments

1 shown
useStrict 2015-05-08T16:55:00+00:00

I had a look at their code and they don’t use filters where you’d need it. Shameless self promotion: install bbPress Notify (No-Spam) (free) and bbPress Moderation Add-On (premium but cheap) and you’ll be able to hook into the filter bbpnns_moderation_body and do whatever you want with the message body (not to mention a lot of other filters provided by bbPNNS). Cheers, Vinny