Title: Notification for create topic
Last modified: September 1, 2016

---

# Notification for create topic

 *  Resolved [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/)
 * I create topic on frontend without signing. Just name and mail.
    When someone
   answer me, I don’t receive an email notification. I enter to backend, to my topic
   and checked the notification email. After I saved, the checked disappear.
 * [https://wordpress.org/plugins/bbpress-notify-nospam/](https://wordpress.org/plugins/bbpress-notify-nospam/)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622167)
 * Hi treut,
 * You have to adjust 2 settings:
    1.  Make sure your role is checked to receive notifications for both Topics and
       Replies under Admin > Settings > Forums > Email Notifications.
    2. At the same section, make sure the Admin UI Topic Notifications and Admin UI
       Reply Notifications checkboxes are checked. That’ll force the notification checkbox
       to be on in the Topic/Reply editor screen
 * Note, however, that the notification checkbox in the Topic/Reply editor screen
   is only valid for when you click update in that screen. It doesn’t have to be
   checked for new topics/replies to be notified. That’s handled by the role checkboxes
   in the Email Notification section.
 * Cheers,
    Vinny
 *  Thread Starter [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622240)
 * Hi Vinny,
    Thank’s for your answer. I do what you told me and still don’t get
   notification. I see the Admin UI Topic Notifications and Admin UI Reply Notifications
   checkboxes are checked. What more?
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622241)
 * What about the roles that are to receive notifications? Which ones are checked?
   I’m assuming you’re an admin – did you check that as well?
 *  Thread Starter [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622253)
 * I checked the admin and he receive a notification.
    But I don’t he will get an
   email. I want who create topic will get.
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622258)
 * Authors don’t get notified of their own posts as of version 1.9.4.
 *     ```
       /**
        * Remove topic author from the recipient list
        * @since 1.9.4
        */
       $author_id = bbp_get_topic_author_id( $topic_id );
   
       unset( $recipients[ $author_id ] );
       ```
   
 * I can add a setting to control whether authors get notified later this week.
 *  Thread Starter [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622259)
 * Thank’s it’s very important for our client.
    Why you remove this feature?
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622261)
 * Because it didn’t make sense to tell someone that he just posted something 1 
   second ago :). And there were a few requests…
 *  Thread Starter [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622263)
 * I just to verify you understand what I want.
    If X create a topic on frontend,
   and Y answer him. X will get mail notification the Y answer him.
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622264)
 * Currently:
 * If X creates a topic, X does not receive a notification of the topic X created.
 * If Y answers X’s topic, X will only receive a notification of Y’s reply if X 
   is part of the roles checked in Admin > Forums > Email Notifications > ‘Notifications
   about replies are sent to’
 *  Thread Starter [treut](https://wordpress.org/support/users/treut/)
 * (@treut)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622265)
 * If X creates a topic, X does not receive a notification of the topic X created.–
   fine and not be changed
 * If Y answers X’s topic, X will only receive a notification of Y’s reply
    X has
   not with role. He end user that don’t do registration. and i checked
 * Admin > Forums > Email Notifications >Admin UI Topic Notifications
 * and i dont want to check from this role:
 *  Administrator
    Editor Author Contributor Subscriber Keymaster Spectator Blocked
   Moderator Participant
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622266)
 * Forget about Admin > Settings > Forums > Email Notifications >Admin UI Topic 
   Notifications. That’s only to control the default checked status of the ‘Send
   Notifications’ option in the Admin Topic/Reply editor.
 * X will receive a notification of Y’s reply if X’s role is checked in the Reply
   section of Admin > Forums > Email Notifications > Notifications about replies
   are sent to. It doesn’t matter if Y is anonymous or not.
 * Rule of thumb, leave both the Topic and Reply role checkboxes the same so that
   both topic and reply rules apply to the same users.
 *  Plugin Author [useStrict](https://wordpress.org/support/users/usestrict/)
 * (@usestrict)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622270)
 * Sorry, wherever I wrote Admin > Forums > Email Notifications above, please consider
   Admin > Settings > Forums > Email Notifications

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Notification for create topic’ is closed to new replies.

 * ![](https://ps.w.org/bbpress-notify-nospam/assets/icon-256x256.png?rev=3449133)
 * [bbPress Notify (No-Spam)](https://wordpress.org/plugins/bbpress-notify-nospam/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bbpress-notify-nospam/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress-notify-nospam/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress-notify-nospam/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress-notify-nospam/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress-notify-nospam/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [useStrict](https://wordpress.org/support/users/usestrict/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/notification-for-create-topic/#post-7622270)
 * Status: resolved