Skip to:
Content
Pages
Categories
Search
Top
Bottom

Integrating e-mail management with 3rd party notification plugins


  • jjones1978
    Participant

    @jjones1978

    Hi there,
    I have installed another plugin to allow for very specific notification e-mails such as when a new post category is created or when a custom post type post is created. The recipients can be defined in the notification configuration.
    The plugin is called: Better notifications for wordpress – https://betternotificationsforwp.com

    Buddypress has e-mail notification settings in the user account page and I would like users to be able to manage these notifications in this dashboard.

    Is this possible and how would I go about including these notification management options in this page as per the other buddypress triggers?

Viewing 1 replies (of 1 total)

  • shanebp
    Moderator

    @shanebp

    You can use the bp_notification_settings hook to add the html options to the members’ notification page.

    bp_notification_settings

    Then you need to populate those options with any saved values – perhaps the other plugin has hooks for that.

    Then you need to handle those options when the Notifications page options are submitted – again, perhaps the other plugin had hooks for that.

    So it can be done, but you’ll need a thorough understanding of the other plugin and the Notifications handlers for BP.

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