The bbPress Notify (No-Spam) is a free plugin that lets you control who gets notifications of new Topics and Replies in your bbPress Forum, what they look like, and also serves as the base for a LOT more functionality via the premium add-ons.
If you don’t have your copy yet, you can get it here.
Oh, and because the plugin has such a huge name, we call it by its nickname instead: bbpnns.
bbpnns can be installed exactly like any other WordPress plugin.
Via the Admin:
Via FTP:
Once you’ve installed and activated bbpnns, you’ll find the settings near the bottom of your Admin sidebar.
Click the Settings link or the bbPress Notify (No-Spam) link to open the plugin settings.
The first tab to appear is the General tab, containing the Global Settings.
The settings are:
Email Type
Define whether you want to send HTML messages, Plain Text Messages, or Both. We strongly recommend selecting Both, as it will create one message with two MIME types – one being the HTML and one being the Plain Text message. That way users who prefer to receive Plain Text messages (yes, they exist; we know a few!) will be able to see the notifications in their preferred format.
Background Notifications
This setting will tell bbpnns to not try to send out notifications the moment that a new Topic or Reply is created. Turning this OFF will potentially cause lots of problems in a production environment.
The reason being that if there are many users being notified, your web host may kill the process before the end of the mailouts. If that happens, not only will some people not receive their notifications, but the person who created the Topic/Reply will receive a 503 Timeout message. They’ll think that their message did not get created, and will try creating it again. You’ll end up with a very frustrated visitor, several copies of the same Topic/Reply, and lots of people flagging your messages as spam.
When you turn on background notifications, bbpnns will create a wp-cron job which will be kicked off the next time the site is visited (because that’s how WP Cron works). This process will run in the background, without affecting your visitors’ browsing experience.
Now, if you don’t have much traffic on your site, it could take a very long time for the notification job to be triggered. There’s a workaround for this: use a Real Cron Job, or a Cron service.
SiteGround has a great tutorial explaining how to set up a real cron job for WordPress for cPanel users.
If you want your cron job running at shorter intervals than what your host allows, you can sign up for a free cron-job.org account or some equivalent service.
In summary, keep the setting OFF when in a development/staging environment and you need to check immediate notifications. Turn it ON in production for better performance.
Subject Line Encoding
Enable this option if you see HTML entities in your subject line. Most common is to see ‐ due to how WordPress encodes the post titles. The down side is that if you have email logging plugins such as WP Email Logging, you’ll see lots of gibberish in the subject line field of the logs. But hey, you want your participants to be happy, right?
This is where you’ll control everything related to new topics.
Recipients
The Recipients setting contains a drop-down of all the available roles in your WordPress installation. You can choose to leave this blank, as whatever role you choose will force notifications to all users of that given role. Even if they won’t want it.
Historically speaking, this plugin was created to notify administrators of new messages, as long as they were not flagged as spam. Over time, users requested that we allow other roles to be included in the notification, and this is the result.
Be careful, however, not to trigger the wrath of role members who do not want to be notified (or spammed, in their point of view) when turning this on. You might even want to consider installing the Opt Out Add-on to let people unsubscribe.
Admin UI Topic Notifications
This controls the default state of the checkbox in the Admin > Topics > Add New/Edit Topic > Send Notifications metabox.
The Send Notifications checkbox is handy if you have the habit of creating topics via the Admin instead of the Front End.
Pro Tip: It’s even more handy when you’re troubleshooting the mailouts and don’t want to waste time creating new topics for each test. Just go to an existing topic, make sure the checkbox is checked and click Update to trigger a whole new mailout to all recipients.
bbPress Forums Subscriptions Override
Enable this setting to stop bbPress from sending the default notification message. You can also choose to leave the Recipient Roles field empty and turn this on. That way only users who have subscribed to the forum will receive notifications of new Topics in that given forum.
You can also mix and match. For example, select Administrators in the Roles field and enable overrides to always tell Admins of new topics, yet only tell non-admin subscribers to that forum.
This also works as a pre-requisite for two other available features:
Automatically subscribe new users to all forums
This setting makes it so that every new user created gets automatically subscribed to all published forums. The end result is that the users get notifications of all new topics. They can unsubscribe via the bbPress Unsubscribe links at any time.
Automatically subscribe all forum subscribers to newly created topics
This one has the consequence of making forum subscribers also receive notifications of new replies, not only new topics. They can unsubscribe via the bbPress Unsubscribe links at any time.
Notify Authors of Their Own Topics
The setting says it all. Some people complain that they don’t want to receive an email as they know they created a topic. Others feel nobody got alerted to their new post if they didn’t. Your mileage will vary. Note that this is a global setting, and nobody has ever asked that we make it a per-user setting.
Force Admin-only emails if Forum is Hidden
Again, pretty self explanatory. We’re not sure if this was ever used, but we need to keep it for backwards compatibility.
Topic E-mail Subject Line
This is where things get interesting. bbpnns supports a series of pre-defined tags in both the Email Subject and body. Depending on your installed Add-Ons, you’ll see even more tags. The base tags are:
Topic E-mail Body
This is the meat of your notification. It will be taken as-is and sent via email. It supports the same base tags as the Subject line.
Once you’ve completed your topics settings, SAVE and go the Replies tab.
The Replies settings screen is almost an exact replica of the Topics screen.
There are only 3 differences:
The Tags
The supported tags are:
The Support tab has 2 sections:
Support Information
This field contains important data that will help us help you figure out problems. Please provide it with your support requests. Due to the possibly sensitive nature of the data, do not paste it in the support forums. You’ll find instructions on how to safely send it to us.
The Dry-run Tool
This is an super duper handy tool to understand who would get notified when a new topic or reply is created. Select the type of notification (topic or reply) and start typing in the field below to select an existing topic/reply. This will mimic a mailout but not send any messages. You will be informed of who got included in the recipients list, who got dropped, and why/by which rule or add-on.
bbpnns comes with around several filters that make it extremely customizable. We also offer several premium add-ons which make the plugin even more powerful.
The filters
Add-Ons
Click the Admin > bbPress Notify (No-Spam) > Add-ons link to see all of our available add-ons. From Digests to Replies by Email, to Bulk Mailing, we probably have something you need. And if we don’t, do reach out and we’ll discuss a solution for your requirements.
Some hosts are extra stingy when it comes to CPU time. If you have a huge recipient list and find that some users are not getting notified, the best solution is to get the Bulk Mailer add-on. It uses Mailgun or SendGrid APIs to send one message for every batch of 1000 recipients in the same time it would take to notify a single user.
No, but there’s an Add-on for that :-).
bbpnns uses your Admin > Settings > General > Admin Email field by default. If that’s not good enough for you, you can hook into the bbpnns_extra_headers filter to replace the From: header entry.
You can support custom tags by adding some code to your functions.php file.
If you don’t need any recipient-specific information, hook into bbpnns_filter_email_subject_in_build to modify the email subject line and bbpnns_filter_email_body_in_build to modify the body. They take 3 parameters:
© UseStrict Consulting - All rights reserved