• Hi
    Thanks for great plugins

    I want to send custom notification along with push notifications to perticular user based on specific condition by custom fiction .

    Like whenever user profile role changes.

    Please guide

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

    (@murali-indiacitys)

    Hi
    It needs to be triggered based on hook
    if it is BuddyPress and if profile is updated then push notification can be triggered based on below hook,
    add_action( ‘xprofile_profile_field_data_updated’, ‘something’, 1, 2 );

    Whether you need “in app notification”?

    Thread Starter itsabhist

    (@itsabhist)

    Please help for building function as mentioned above ‘someting’

    Which send user to notification and push notifications.

    • This reply was modified 2 years, 5 months ago by itsabhist.
    Plugin Author Murali

    (@murali-indiacitys)

    I will add this new function in next release may be by next week
    I will update the progress in plugin help page Plugin URI: Plugin help page
    (or)
    if you want to customize the logic in plugin, please follow the same logic like in “Private message notification” to particular user as in below code in this plugin
    add_action( 'messages_message_sent', array($this, $this->pre_name .'icforum_push_notifications_private_messages'), 10 );

    • This reply was modified 2 years, 5 months ago by Murali.
    Thread Starter itsabhist

    (@itsabhist)

    Hi
    Plugin URI: Plugin help page as mentioned above is not opening

    Plugin Author Murali

    (@murali-indiacitys)

    I will update in this forum once next release is ready. Plugin home help page is mentioned in Plugin description for additional help under FAQ section Submit or contact us with your question here in this Plugin home

    • This reply was modified 2 years, 5 months ago by Murali.
    Thread Starter itsabhist

    (@itsabhist)

    Thanks in advance ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom notification’ is closed to new replies.