XF 2.2 How does Alert opt-out works

FoxSecrets

Well-known member
Licensed customer
How does Alert opt-out is generated by the XF?

I see some from my addon in account/preferences, but I have't done it.
 
How does Alert opt-out is generated by the XF?

I see some from my addon in account/preferences, but I have't done it.
It's been a while since I've worked with alerts, but from a quick check the Alert/AbstractHandler.php is how you define the alerts, then you need a content type to register that handler, then you need to create a template for that alert to user.

Here are all the related files in one I created:
 
Back
Top Bottom