Step by step instruction creating subscription

Created on 20 December 2017, over 6 years ago
Updated 19 January 2024, 5 months ago

Documentation from this link β†’ doesnt seems to be updated for application to Drupal 8 version.

Use case #3 from https://www.drupal.org/node/2180149 β†’ is what exactly we're trying to work on.

Scenarios

  • User should be able to subscribe on content. Once a new content is created, user gets notified.
  • I have several groups. Once user subscribes to a group and when group creates a new post, user gets notified.

Goal

I want users to be notified

Problem/Issue encountered

  1. How to properly configured Message template to satisfy the needs in the scenario above. I have already added subscribe/unsubscribe Flag item.
  2. Is it possible that the user gets notified on his profile? Is it only thru email?
  3. Will this be possible in the group module?
  4. How to show the UI below in the user's profile page?

πŸ’¬ Support request
Status

Active

Component

Documentation

Created by

πŸ‡΅πŸ‡­Philippines johnreytanquinco

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States bluegeek9
  • πŸ‡ΊπŸ‡ΈUnited States bluegeek9

    Hi @johnreytanquinco,

    After 6 years, I don't know how helpful this information will be. Maybe it will help someone.

    Users can subscribe to users or taxonomy terms and be notified of new content by that author, or with that taxonomy term. If you want all users to be notified of new content, you will need to that in php.

    Message subscribe does not notify users, that is done with the Message Notify β†’ module. Message Notify supports email notification. You might be able to get the message(s) to display on the profile with views, but none of the example modules do.

    Message subscribe works with Organic Groups, but not Groups.

Production build 0.69.0 2024