Hi,
In the topic e-mail the code {{topic.content}} is used, but is it possible to only mail the excerpt (like the first 20 words or something)?
And how can I do this in the reply e-mail?
Kind regards,
Debby
The original topic is closed so I have to open another one.
According to my tests this problem is related to capabilities of the user contributing to the forum (i.e. user who creates a new topic or replies to one). If the contributing user has administrator role then notifications are sent to the topic or forum subscribers. If the contributing user has any other role, i.e. editor or lower, no notifications are sent.
After I changed the add_action arguments ‘wp_async_bbp_new_topic’ and ‘wp_async_bbp_new_reply’ into ‘bbp_new_topic’ and ‘bbp_new_reply’ as suggested in https://www.ads-software.com/support/topic/no-emails-are-sent-async-problem/ then the notifications started to work properly regardless of the forum contributing user role.
Hi there,
I translated this plugin to my language (persian) and made the po and mo files, then placed them in language directory, but emails are still being sent in English.
Even in wp-content/languages/plugins/ has the same resault.
The name of mo file is bp-emails-for-bbp-fa_IR.mo
]]>No emails are sent from BBPress when the plugin is active.
After changing the following actions, it works.
from:
add_action( 'wp_async_bbp_new_topic', array( $this, 'notify_forum_subscribers' ), 10, 4 );
add_action( 'wp_async_bbp_new_reply', array( $this, 'notify_topic_subscribers' ), 10, 5 );
to:
add_action( 'bbp_new_topic', array( $this, 'notify_forum_subscribers' ), 10, 4 );
add_action( 'bbp_new_reply', array( $this, 'notify_topic_subscribers' ), 10, 5 );
Any idea why wp_async doesn’t work? Using BBPress 2.5.13 & BuddyPress 2.9.1.
]]>I had installed the plugin, but I dont know if is working fine. Does it notify even if Im using BBpress without Buddypress groups? Cause I use Buddypress activity and BBpress but no Groups are activated.
]]>Hi,
after the latest updates my site is broken and the wordpress backend gives me a htttp error.
Regards
]]>This plugin is potentially great. Unfortunately it does not work for me out of the box and I don’t have group email subscriptions plugin. I’m using buddypress, latest version, bbpress latest version.
The other buddypress related plugins are buddydrive and BP profile search. I can’t imagine they would interfere with emails.
]]>Hello ! I’m having a problem with the “Re : topic” mails : they are sent to the author of the original post, but not to the users who answer them, regardless of whether they are subscribed to the thread or not, and I really need all the participants of the thread to get these notifications.
]]>For me, this works on most everything except replies.
I can see the ‘Re’ template, I go in and see the ‘Situations’ assigned to the ‘Re’ template but I am still getting the old style emails