
Preview of the admin settings
Many people who run forums would like to know when a new topic (thread) has been posted but do not have the time to constantly check their forum for activity. This solves that!
bbPress New Topic Notifications will send an e-mail notification to specific addresses when a new topic has been posted. The users who receive notification along with a simple e-mail template is configured in the bbPress settings.
Please report any bugs you find in the comments or the plugin page on WordPress.org.
The next major item on the to-do list is to add the option for notifications when a reply is posted.
Hi There!
Thank you for your work! It is works great!
Would it also be possible to have an option to be notified for replies?
Thanks,
Matt
@Matt – That’s one of the main things next on the to-do list, assuming no major bugs pop up 🙂
Cool! Do you take donations?
Hi Jared,
I would really like to see more plugins addressing the needs of the classroom teacher. For example, a plugin that allows a teacher to attach an evaluation rubric to a post that emails student directly once you have assessed their work would be a hugh help and benefit to teachers like myself. My http://www.teacherportal.ca developed on a wpmu framework is just getting off the ground but any plugins that meet the growing needs of educators like myself would be very userful.
Hi Jared, I’m running the most recent versions of WP and bbPress. For some reason the bbPress New Topic Notifications is not sending email notifications when topics are added.
Any help with this would be greatly appreciated.
Hi Jared,
Thanks for your plugin, it works awesome!!
I have one suggestion you can give check option to automatically subscribe to a new topic created.
Thanks,
Amit Sidhpura
Hi Jared,
Is there a way to let users choose the forums on which they get notified by email? For example, I have a forums A, B, C. I want to let the users choose to get notifications for A and C. If not user choice, can you let the admin determine the audiences? Not everybody wants to be notified of everything.
Thanks,
CS
Thanks for the suggestion. Right now I’m working on trying to polish and release 1.2, but I’ll keep this in mind when I start on 1.3.
Great! What do you estimate the timeframe for 1.3 to be?
Hi Jared,
Just wanted to see if you could work in the feature to let users choose to get notifications for specific forums instead of notifications for every topic in every forum. (See 10/4/12 comment). Hope it makes it into your next release.
Happy new year!
CS
Honestly, I’m not sure, I don’t have a timeframe yet as I haven’t given much thought to what’s going to be next after 1.2.
In the mean time, if you haven’t already, I’d stick you head in the forums over at bbpress.org and see if anyone else has implementing a solution (plugin or otherwise) that has the functionality you’re looking for.
Cool, thanks again.
Hi Jared,
I stumbled across the “BuddyPress Group Email Subscription” plugin for BuddyPress (http://wordpress.org/extend/plugins/buddypress-group-email-subscription/). Since BuddyPress is a fork of bbPress, is it possible to use that plugin with bbPress?
I also noticed there’s a link to “Manage your subscriptions” right on this page. Can that logic be extended for forum topics?
CS
I am using bbpress and the New Topic Notification plugin for a private site for a dozen users. Both work flawlessly for what I do. Thank you. One of the users asked if the email could be with my name in the send field rather than “wordpress@xxxx.com” Is this possible?
By the way, where does that email address come from? Is it just a dummy? Can you shed some light on how this works?
I found a function reference for wp_mail at http://codex.wordpress.org/Function_Reference/wp_mail.
In bbpress-topic-notifications.php, can I add a line like:
$headers = ‘From: My Name ‘ . “rn”;
And change line 240 from:
wp_mail( $recipient, $email_subject, $email_body )
to:
wp_mail( $recipient, $email_subject, $email_body, $headers )
If so, can I set the value for $headers anywhere in the plugin?
Hey Jared,
Currently this works only for new topics, can this be made to work for replies to topics as well? i.e. for all entries into the forum regardless of whether it is a new topic or a reply?
Good observation. Please let us know how we can change the sender address for replies as well, Jared.
Great plugin, have a feature request. Don’t send notification emails on topics marked as spam by Akismet. I’ll take a look at the code and see if I can find a fix for it. Assuming you would have to send the email a lot later than currently set..
That’s actually coming in the next release. Watch the .org plugin support forum, I should be posting a link to a beta version sometimes this month (hopefully, been slammed).
Good to know. If you need a hand beta testing it feel free to reach out to me.
Hi jared
I use your plugin along with bbpress moderate, i noticed that your plugin sends to my users even topics that I not yet validated (to make sure they are not spam) , topics urls are sent with the preview url not my permalinks.
Can you please update it to send only validated topics ?
Thanks
If I use a “groups” plugin – to set up two forum groups (where one group cannot participate in the other’s forum) — is there a way to set up this new topic notification — so that each group will get only the new topics that apply to their forum?
Hi Jared,
I’ve installed your plug-in a few times, but I’ve been unsuccessful in getting a new email notification. (I’ve triple-checked my spam.) I’ve installed your “competitors” plugins, as well (bbPress Email Notifications & bbPress Notify), and I’ve had the same problem.
Any guesses on what is potentially clogging these email notifications in my backend?
Sincerely appreciate the help! I’m going crazy here. Running BBpress Version 2.2.4
This works good, but why is it that when an anonymous person sends a new topic, Some of the Email Notifications fields doesn’t show everything.
It only shows the Title, Excerpt and the URL.
Is there are any tweaks to make this show even in anonymous submission of topic or reply?
Anonymous submission should also show:
Author:
Website:
Email
Thanks!