I’m still looking at a way to make this happen. Any thoughts or direction?
Drop this code snippet into a custom plugin (you can use Pluginception to easily create one)
function pw_bbp_auto_checK_subscribe( $checked, $topic_subscribed ) {
if( $topic_subscribed == 0 )
$topic_subscribed = true;
return checked( $topic_subscribed, true, false );
}
add_filter( 'bbp_get_form_topic_subscribed', 'pw_bbp_auto_checK_subscribe', 10, 2 );
You might try the plugin: bbPress Email Notifications
I’m not using it, but I think that I once looked at it, and it does what you want.
Hello !
Why any visitor can open a topic and write a response, while only REGISTERED users (username + password) will have access to the box for reply notification by mail?
I would like the mail notification is ok for all users, registered and not registered users.
To date, no response obtained in any forum, and no plugin found …
If anyone can help me …
Best regards
Alain
My Website : http://www.modelisme-racer.fr
Is there a way where I can do the opposite? Uncheck the box by default? Like on this forum?
@Pippin Williamson
Your code works like charm.
Thank you very much!!
sorry No, it shows only under admin reply box and disappears on readers replies boxes