Re: Event notifications - how?
Hello Kevin,
Events are a relatively new concept in Tiki and have not been deployed a whole lot. You might run into cases where they do not exist for what you need, but feel free to trigger more. Just get commit access.
The bindings are set-up in lib/setup/events.php at this time. You can find quite a few examples in there. They are essentially just callback functions.
There is no defined way to attach custom handlers for your specific installation, but I guess you could quite easily add a block you would maintain, or include a file you create so that it is easier to maintain.
As always, contributions are welcome.