Skip to:
Content
Pages
Categories
Search
Top
Bottom

email notification

  • @rantamies

    Member

    Howdy,

    i wuold like to have email notifications to users with out them have to click “Notify me of follow-up replies via email” check box.

    is that possible? it wuold be great that “Notify me of follow-up replies via email” wuoldnt show at all. so if you write to forum you wuold get notification every time someone wuold write answear to it.

Viewing 8 replies - 1 through 8 (of 8 total)
  • @pimarts

    Participant

    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 :)

    @rantamies

    Member

    Problem is that i dont. Any idea how to do it?

    Plugin wuold be best solutions for me?

    @locomo

    Participant

    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’);

    @rantamies

    Member

    Thanks locomo!

    just one question what file i put this in?

    Thanks

    @locomo

    Participant

    in your theme’s functions.php

    cheers!

    @radi_v

    Participant

    Hi locomo,
    Do you know if there is a bbpress hook that you could add checked to that field?

    @alain-ronk

    Participant

    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

    @alain-ronk

    Participant

    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

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar