• Resolved matiasoporto

    (@matiasoporto)


    Would it be possible to choose which entries are sent in the notification? For example, with an option like this.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Murali

    (@murali-indiacitys)

    Could you please send me the image in english? I am not able to understand in which page/module you are asking? Do you want it in edit page for every page/post?

    Thread Starter matiasoporto

    (@matiasoporto)

    The option to choose for each entry or page whether to send a notification when editing or publishing it. By default, you can choose not to send a notification when creating an entry, but if you want to send a mass notification when creating the entry, it can be done from the entry itself.

    Plugin Author Murali

    (@murali-indiacitys)

    I will look into and i will add this enhancement in next release. I will update you once it is complete.

    Plugin Author Murali

    (@murali-indiacitys)

    Yesterday I released 1.70 version along with meta box in edit post page to enable/disable push notification for every post

    Thread Starter matiasoporto

    (@matiasoporto)

    Thanks for the implementation!

    I ask a question, if it is “Push Settings” I have activated the “Post” option when writing an entry, the check box appears by default marked and allows sending. But if I do not have the Push Settings > Post option activated, the check box appears unchecked by default, and when checked the notification is not sent. In my case I don’t want to send a notification for every article I write, but only do it for a particular article I choose.

    Plugin Author Murali

    (@murali-indiacitys)

    It requires small code, i will release another version soon with this change. In the mean time, if you want that change immediately, in the file line number change as mentioned below. We need to add OR condition in the file pnfpb_push_notification.php as mentioned below line in 2947 to check for meta box check box is on or off . I will try to release newer version tomorrow as i am working on some other change, i will release another version along with this change also.

    if(get_option('pnfpb_ic_fcm_'.$post_type.'_enable') || $post_meta_box_push_notification === '1') {

    Plugin Author Murali

    (@murali-indiacitys)

    Today I have released 1.71 version along with push notification meta box to send notification independent of admin settings. I have updated with correct code in 1.71 version, please verify and let me know.

    1.71 VERSION changes – 20 OCT 2023

    Update: Allow push notification for post when meta box for notification is turned on irrespective of admin settings.
    Bug fix: Fixed problems in Group push notification using Firebase httpv1 version.
    For Shortcode [subscribe_PNFPB_push_notification],
    Bug fix: Shortcode button text changes during subscribe/unsubscribe notification.
    Update: In Shortcode – Loading spinner added while subscribing and unsubscribing notification.
    Update: In Shortcode – Close button added in confirmation dialog.
    Bug fix: Rectified problem related to wrongly displayed subscription option updated text for last checkbox option in shortcode. Updated code to display correct text for that option.
    Update: Shortcode push notifications options will be displayed as per settings enabled in admin push settings for frontend users.

    Thread Starter matiasoporto

    (@matiasoporto)

    Thank you for taking on this role.

    It wouldn’t seem to work. When I’m at the entrance and tap the option to send the notification, it doesn’t send.

    Notifications do work correctly with the “one time push” function or when “Push Settings” > Post is activated.

    Plugin Author Murali

    (@murali-indiacitys)

    In edit post page, make sure pnfpb push notification meta box checked on before sending push notification.

    For new post if admin option for post is enabled then this option automatically checked on for old post, manually we need to check on this option. Latest version is 1.71 version download latest version. This meta box check box will work irrespective of admin post option enabled/disabled.

    Plugin Author Murali

    (@murali-indiacitys)

    Please let me know whether you are able to send notification after checking on meta box option in edit post page? I will mark it as resolved. In my demo site it is working as expected.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘choose which entries are sent in the notification’ is closed to new replies.