I am struggling to implement a plugin / functionality to catch the likes and replies from a source user (giving the like/reply) and notify the destination user (the author of the post) in bbpress, the forum plugin from wordpress.
Are you aware of existing projects implementing this functionality in bbpress (even partially) ?
Which mechanisms / plugins are better to use to trigger actions in the frontend in this case? On the other hand, is it a better approach to put triggers on the database column?
Thank you for your suggestions !
On the other hand, there is a second option, maybe more optimized: from phpmyadmin, I created a trigger to populate my table when the information I am interested comes in.
As a conclusion, I couldnt find any free plugin for reply / likes notifications to the user. I had to create one.