-
Notifications
You must be signed in to change notification settings - Fork 33
Home
MyAlerts is a notification system inspired by those found within XenForo and Invision power Board. It notifies your members of certain actions relating to their accounts occurring around the forum with a small alert in the header.
MyAlerts can also be easily extended by other plugin authors wishing to hook into the plugin to add alerts for actions happening within their own plugin. For more details on this, see the developers documentation.
MyAlerts also allows both administrators and users to choose exactly which alerts to receive so your users don't get bogged down by useless alerts they're not interested in and bigger board owners can disable more intensive alert types such as quote alerts.
MyAlerts by default uses jQuery to perform all it's JavaScript operations but a Prototype version of the JS is included. For more details on this, see here: jQuery or Prototype?.
MyAlerts also requires PluginLibrary version 9 or newer. This useful pack of functions can be obtained here.
Due to the size and complexity of this plugin there are most likely still a few bugs I've simply forgotten about. It's been in development for a long time and it's been hard to keep track of all the issues.
I'd love if people could report bugs here if possible.
MyAlerts is released under the MIT license meaning you can do pretty much anything you wish:
Copyright (c) 2012 Euan T.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.