-
Notifications
You must be signed in to change notification settings - Fork 9
Technical
WildcardSearch edited this page Jan 1, 2013
·
4 revisions
A short list of changes MentionMe makes and the methods that it uses.
- There is one setting added to the MyAlerts settingsgroup (if available) which allows global on/off for the mention alerts.
- There is a setting group and one setting created to disable/enable advanced matching (off by default).
- Without MyAlerts integration 1 hook is used; with MyAlerts integration 7 hooks are used.
- There is one additional checkbox added in UCP -> Alert Settings to enable/disable mention alerts.
- An index is been added to the myalerts_settings field of table mybb_users called mention.
- This index (mybb->user['myalerts_settings']['mention']) is set to enable mention alerts for all users by default.
The MyBB release package now contains one unnecessary file, patches-mention_codebutton.xml, which is for those who use the patches plugin to instantly add a code button for mentions.
- inc
- plugins
- mention.php
- MentionMe
- mention_alerts.php
- mention_install.php
- languages
- english
- mention.lang.php
- english
- plugins