Notifications
Clear all

wpForo 1.x.x [Closed] UM web real-time notification integration

4 Posts
2 Users
0 Reactions
756 Views
Posts: 38
Topic starter
(@pyue6299)
Trusted Member
Joined: 4 years ago

Hi there,

I know we can integrate wpforo notification to Ultimate Member real-time notification from backend settings. I would like to know the two hooks of wpforo that are doing the notification  in the Ultimate member notification.

Thanks

 

3 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @pyue6299,

The whole code is located in this file, you can investigate it: /wpforo/wpf-includes/integration/ultimate-member.php

2 Replies
(@pyue6299)
Joined: 4 years ago

Trusted Member
Posts: 38

@robert

Thanks!

What is 'wpforo_user_reply_to_reply'? what does that do?

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10591

@pyue6299,

There are two types of "new reply" notifications:

1. If a user replies to your topic2. If user replies directly to your reply(post).

So 'wpforo_user_reply_to_reply' refers to the #2.