Skip to:
Content
Pages
Categories
Search
Top
Bottom

About bbpress email notifications

  • @strise

    Participant

    Hello
    I am new to BBpress.
    Is the following content possible with BBpress?
    1) Group the forums and have each membership level in the group.
    2) Only registered members in each forum can send email notifications (new topics, replies) to the grouped forums.

    I look forward to your advice.
    thank you.

Viewing 13 replies - 1 through 13 (of 13 total)
  • @robin-w

    Moderator

    This may be what you want

    Private groups

    @strise

    Participant

    thank you very much for your advice
    This plugin is great.
    However, for each forum, each group member’s new topic, reply email notification is not possible.
    If I could do this, it would be the best.

    @robin-w

    Moderator

    if you have bbpress subscriptions turned in, then users have the option to subscribe to any topic and receive replies.

    @strise

    Participant

    thank you very much for your advice
    i will try it once
    thank you

    @strise

    Participant

    thank you
    This ‘Private groups’ plugin is a very nice plugin for group management
    However, it seems that email notifications are limited to subscribers only.
    All registered members will receive an email notification.
    E-mail notifications for each member registered in each group cannot be sent.
    Is it possible for members belonging to a group to receive email notifications from time to time on the registered forums of each group without setting subscriptions for members?
    Could you please let me know if there is a plug-in that can link with “Private groups” and add email notifications for each group.
    I look forward to your response.

    @robin-w

    Moderator

    I suspect your issue is related to whatever membership plugin you are using.

    In any case legislation in many countries requires you to allow users to ‘unsubscribe’ so they do not receive emails, so a subscription system needs to exist to allow for this.

    Not sure I can help further.

    @strise

    Participant

    Thank you for dealing with this matter.

    @strise

    Participant

    thank you

    I used a plugin called “bbpress-new-topic-emailer”. This plugin allows email notifications for each forum. This plugin is a useful plugin.
    But the sending method is CC. Is there a way to hook this to BCC with WORDPRESS functions.php?
    “$headers .= ‘Bcc:” This method is for a single email account. What should I do if there is more than one?
    I am waiting for good advice from all of you.

    @robin-w

    Moderator

    I used a plugin called “bbpress-new-topic-emailer”.

    can you provide a link to this plugin?

    @strise

    Participant

    Thank you for your reply.
    This plugin is not created by me
    For that, I don’t know if you can provide this plugin

    @robin-w

    Moderator

    ok, but unless you can say where you got that plugin from, I cannot help further

    @devneo

    Participant

    I have a question regarding the notification settings on bb_press.

    The “From” address for the notification emails is currently set to paulina@paneo.se
    I’ve checked the settings but can’t find where this is configured.

    Most notifications are sending correctly, but there’s one specific notification — with the subject:
    “[Forum: Carry out a liability investigation in eight weeks] Welcome!”
    — that is set to send to noreply@paneo.se
    (instead of being sent from paulina@paneo.se, which may indicate a misconfiguration).
    Could you please help me locate where this particular notification is configured? We’d like to change the From address from noreply@paneo.se to paulina@paneo.se

    @robin-w

    Moderator
    function my_bbp_no_reply_email(){
        $email = 'no-reply@sitename.com'; // any email you want
        return $email;
    }
    add_filter('bbp_get_do_not_reply_address','my_bbp_no_reply_email');

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

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