Forum Replies Created
-
In reply to: Stop all emails from bbpress
changing the setting in Postman SMTP didn’t work either
In reply to: Stop all emails from bbpressThanks @casiepa,
I have postman SMTP, the only emails it has logged in @ mentions, which is fine and the usual password reset type emails, there are not that many logged through postman SMTP. I have changed the advanced options to ‘delete all emails’ so I will see how that goes …
here are some of the relevant plugins I am using etc if it helps
WP version 4.7.3
Theme Divi 3.0.35
PHP version 7.0.16
bbPress version 2.5.12-6148
Active Plugins Name and Version
– p1 bbP Toolkit 1.0.8
– p2 bbPress WP Tweaks 1.3.1
– p3 bbPress 2.5.12
– p8 Image Upload for BBPress Pro 2.1.5
– p14 Postman SMTP 1.7.2In reply to: Stop Email NotificationI tried your suggested untested code
`function casiepa_fltr_get_forum_subscribers( $user_ids ) {
return array();
};
// add the filter
add_filter( ‘bbp_forum_subscription_user_ids’, ‘casiepa_fltr_get_forum_subscribers’, 10, 1 );`it’s not working for me 🙁
I have an urgent matter where bbpress is sending our multiple emails not just from the recent activities of the day but from all notifications from the beginning of the whole forum. I’m not sure on how to stop the thing. People are being driven nuts
In reply to: bbPress Unsubscribe when no longer Participant Role@casiepa I managed to get it to work
unfortunately I can’t unsubscribe people from topics within the forums
In reply to: Stop all emails from bbpress@robin-w and anyone else who might be able to help
It hasn’t stopped emails going out :-/
I’m not using buddypress and I don’t mind if @mentions get emailed. It is the numerous reply to topic notifications.
It seems to keep everyone subscribed regardless
In reply to: Stop all emails from bbpressthanks 🙂
next is recreating the site on a development site to try and figure why it is sending many duplicate emails to the participants.
In reply to: Stop all emails from bbpress@robin-w thanks
I have turned off the ” Allow users to subscribe to forums and topics”
but was not sure if that stop emails going out from topics already subscribed too
I’ll ask some customers tomorrow
In reply to: bbPress Unsubscribe when no longer Participant Role@casiepa I have a problem where users can’t unsubscribe themselves and I can’t see where I can manually unsubscribe them. I have tried ‘bbP Manage Subscriptions’ but it causes an error:
Warning: Declaration of bbPMS_List_Table::get_sortable_columns($roles_to_show, $forums_to_show) should be compatible with WP_List_Table::get_sortable_columns() in /home/…/public_html/dev/wp-content/plugins/bbp-manage-subscriptions/bbp-manage-subscriptions.php on line 179
Warning: Cannot modify header information – headers already sent by (output started at /home/…/public_html/dev/wp-content/plugins/bbp-manage-subscriptions/bbp-manage-subscriptions.php:179) in /home/…./public_html/dev/wp-content/plugins/sg-cachepress/class-sg-cachepress.php on line 342
The urls in the errors seem messed up?