If you know your way around Javascript / jQuery: You could do a workaround with that to tick that box automatically upon page load and hide it immediately… It’s a dirty fix though
Problem is that i dont. Any idea how to do it?
Plugin wuold be best solutions for me?
not sure if this is the best way but I’m doing this to have the checkbox checked by default:
/* set forum subscription field checked by default */
function my_forum_topic_subscribed_by_default() {
echo ‘<script type=”text/javascript”>jQuery(“#bbp_topic_subscription”).prop(“checked”,”checked”);</script>’;
}
add_action(‘bbp_theme_after_topic_form_subscriptions’, ‘my_forum_topic_subscribed_by_default’);
add_action(‘bbp_theme_after_reply_form_subscription’, ‘my_forum_topic_subscribed_by_default’);
Thanks locomo!
just one question what file i put this in?
Thanks
in your theme’s functions.php
cheers!
Hi locomo,
Do you know if there is a bbpress hook that you could add checked to that field?
Hello, I write here because I have not replie in the topic
Actually, the notification by email is reserved for registered users.
Is there an option to have email notification for all visitors not registered
who write a response or open a new topic, with the checkbox, please ?
The comment in post or page use this method.
Best regards
Alain
My website : http://www.modelisme-racer.fr
Here is that the special forum for users of bbpress?
Hello everyone!
I put my question differently:
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?
To date, no response obtained in any forum, and no plugin found …
If anyone can help me …
Alain