• Resolved ftpwp

    (@ftpwp)


    Hi,

    Iā€™m looking for a plugin which can do 3 things:
    ā€“ automatically enroll all new registered user for new post notification via email
    ā€“ automatically send to all users who have not opt-out a notification via email when a new post is posted
    ā€“ allow registered users to opt-out via a checkbox on their profile page

    Question: is there a way to do that with Notification – Custom Notifications and Alerts?

    Thanks for your help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi @ftopwp,

    thanks for the question.

    All of that is possible with Notification plugin but your case is pretty specific so it will be needed to write some code. There’s a developer documentation which can help you with that.

    If you are not familiar with coding we can write that for you.

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Oh I’m thinking, it would be possible to add the checkbox in the user profile with Profile Builder plugin and set up the notifications using Conditionals and Custom Fields extensions.

    But the unsubscribe link will need to be handled via custom code.

    Thread Starter ftpwp

    (@ftpwp)

    Ok. Thanks for your quick answer!

    Just a comment: why is it specific? This is the default behavior nearly everywhere.
    Ok, sometimes you specifically opt-in on the registration form (I can also go for that), but then it’s standard to have a notification for new posts and a way to opt-out on your profile page.

    Thread Starter ftpwp

    (@ftpwp)

    Sorry, I just saw your second answer now.

    In fact, if a plug-in can’t do everything, I can do the opt-in on the registration form and opt-out on the profile page very easily with Ultimate Member and their custom fields.

    Now is just missing a plugin that can send new post notifications via email using this checkbox value to add or remove users from the emailing list.

    • This reply was modified 6 years, 6 months ago by ftpwp.
    • This reply was modified 6 years, 6 months ago by ftpwp.
    Plugin Author Kuba Mikita

    (@kubitomakita)

    Yeah, but it’s quite specific for this plugin. Because it’s too elastic with all the notifications it cannot cover everything.

    If you are looking only for that solution then there might be another plugin which does only that. I mean notifies the user about a new post with the opt-out option.

    If you already using the Ultimate Member you can get this working with Conditionals and Custom Fields extensions.

    If can define a condition to send the notification ie. to all Subscribers for whom the custom field “_enable_post_notification” equals to “1”. And voila! ??

    But still the specific opt-out link will be a custom job. But you can say in the email “Go to your profile to disable this Notification” and link this to profile edit page.

    Thread Starter ftpwp

    (@ftpwp)

    But still the specific opt-out link will be a custom job. But you can say in the email ā€œGo to your profile to disable this Notificationā€ and link this to profile edit page.

    Exaclty. No need for any special link.
    Just a comment plus a link to their WordPress profile is enough.

    If you already using the Ultimate Member you can get this working with Conditionals and Custom Fields extensions.

    If can define a condition to send the notification ie. to all Subscribers for whom the custom field ā€œ_enable_post_notificationā€ equals to ā€œ1ā€. And voila! ??

    I’m not sure to understand.
    Can we set such condition with “Notification – Custom Notifications and Alerts” to trigger the sending of new post notifications?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Sorry, I should be more specific.

    With free Notification plugin, you can send the new post notifications to specific users or user roles.

    To limit that only to users that have the checkbox marked, you’ll need the two paid extensions. I can offer you a cheaper bundle if you like!

    Thread Starter ftpwp

    (@ftpwp)

    To limit that only to users that have the checkbox marked, youā€™ll need the two paid extensions. I can offer you a cheaper bundle if you like!

    Ok.
    So it means Conditionals can not use Ultimate Member custom fields? (because indeed, I already use Ultimate Member)

    Plugin Author Kuba Mikita

    (@kubitomakita)

    It will use them
    The Notification : Custom Fields extension allows you to pull this custom field value to your Notification as a merge tag, ie. {usermeta {user_ID} _custom_field_name}. It’s not adding any fields to the user profile.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘By default new post notification & opt-out on profile page’ is closed to new replies.