Just Wondering About Alerts Feature

Brandon_R

Guest
Is the alerts feature just specific implementations where you implement what gets alerted by inputting code where you want it to run or is it an interface where you can add other requirements for being alerted by having event listeners with execute methods etc ie that feature for being alerted when someone quotes your post.
 
You write code that inserts alerts, and then you write content type-based handlers for them. (There can be multiple actions per content type.)
 
Top Bottom