Is it possible to have Admin Plugins? Or are plugins only for the Site?
What I want is to have a notification system (not email) on the Admin side very much like Facebook. The trigger for such notifications is from the Site.
I've scanned through these events for Plugins and implemented a very simple content plugin (just testing onContentAfterTitle
) for Site only.
Questions
- Do these events also apply to the Admin side?
- Is it possible to have an
Admin Plugin
that selects notifications from the database and displays them on screen?
Or if you guys can recommend an existing extension, that would be of great help. Thanks