Better notification email
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Better notification email’ is closed to new replies.